Scalable Vector Graphics (SVG) is a family of specifications of an XML-based file format for describing two-dimensional vector graphics, both static and dynamic (i.e. interactive or animated).
0
votes
2answers
298 views
Pixels in Vectors - SVG
I am working on the svg-edit application and I am receiving customer orders through the web.
I am converting those pixels to mm based on the formula 3.77 pixels = 1 mm.
Is there anyway that ...
6
votes
3answers
194 views
How to keep only the visible parts of the every object/path of a SVG image? Like “flatten” all the SVG
I've an SVG image with many objects, ones over anothers. What I need is a final SVG, with the same visual result, but in a way that I could change the opacity of any object without revealing the ...
3
votes
3answers
319 views
TTF and other “modern” font systems, and font size differences
I have no formal (and precious little informal) graphic design training.
Fairly famous Computer Science person Dr. Donald Knuth long ago developed a font description system called Metafont. In and of ...
4
votes
3answers
2k views
How do I embed Google Web Fonts into an SVG?
I'm new to SVGs, and just made my first decent graphic in Illustrator. I've embedded it into a page (using the ) with the GWF script for the Ubuntu font in the tag, but as it turns out, the Ubuntu ...