My technique of finding high quality logos involved looking for PDFs with logos embedded into them and then importing it to Illustrator. Earnings statements and digital product catalogs have interesting logos too like Bluetooth and CE/UL marks. It’s not exactly like the original but close enough. It’s enough to take the DWG into AutoCAD or CAD/CAM to generate high quality vinyl decals. I can’t tell how close to the o…
SVG does not store a bitmap. They are XML files and you can inspect the source code.
A Beautiful library of SVG logos
21–25 of 25 posts
Re: A Beautiful library of SVG logos
#22Earlier quoted context omitted.
SVG does not store a bitmap. They are XML files and you can inspect the source code.
Au contraire, you very much can embed bitmaps into SVGs - it's often the only way to export gradient meshes in a manner supported by all renderers. This can be done via the plain ol' `image` tag with an external file, or a data URI to directly embed the encoded bitmap file.
Re: A Beautiful library of SVG logos
#23Earlier quoted context omitted.
Logo trademarked by the represented entity or its owner. SVG content (i.e. the text underlying the image) copyright to the person creating the SVG. I would personally take this as a) a demonstration of how to implement various things in SVG and b) a demonstration of the skills of the SVGs’ creator(s). I can’t imagine any reason I would ever need to place Meta’s logo on anything. Caveat: I’m in the USA. Could be diffe…
> SVG content copyright to the person creating the SVG. um... no. In the US, you can't take an image that I have a copyright to and turn it into an SVG and distribute it such that web browsers will render it into a facsimile of the image I own without infringing my copyright. It would be on you, not on the person viewing it. At best you've created a derivative work that you can stop me from distributing and I'd have…
That does not mean the rendered image copyright is held by the SVG creator.
Re: A Beautiful library of SVG logos
#24Re: A Beautiful library of SVG logos
#25My technique of finding high quality logos involved looking for PDFs with logos embedded into them and then importing it to Illustrator. Earnings statements and digital product catalogs have interesting logos too like Bluetooth and CE/UL marks. It’s not exactly like the original but close enough. It’s enough to take the DWG into AutoCAD or CAD/CAM to generate high quality vinyl decals. I can’t tell how close to the o…