miraclebg / svgweb

Automatically exported from code.google.com/p/svgweb
Other
0 stars 0 forks source link

Support SVG 'RenderingProperties' CSS Values for Performance Vs. Quality Tradeoffs #438

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
SVG supports telling the renderer how to handle various performance vs.
quality tradeoffs using a variety of CSS properties, such as
shape-rendering, text-rendering, and image-rendering. Possible values for
shape-rendering, for example, are "default | optimize-speed | crisp-edges |
geometric-precision | inherit". 

Original issue reported on code.google.com by bradneub...@gmail.com on 2 Dec 2009 at 9:15

GoogleCodeExporter commented 9 years ago
Link to SVG 1.1 spec on this:

http://www.w3.org/1999/07/06/WD-SVG-19990706/render.html#RenderingProperties

Original comment by bradneub...@gmail.com on 2 Dec 2009 at 9:15

GoogleCodeExporter commented 9 years ago

Original comment by grick23@gmail.com on 3 Dec 2009 at 1:25

GoogleCodeExporter commented 9 years ago
Implementing now.

Original comment by bradneub...@gmail.com on 7 Apr 2010 at 10:38

GoogleCodeExporter commented 9 years ago
Implemented.

Original comment by bradneub...@gmail.com on 8 Apr 2010 at 12:05

GoogleCodeExporter commented 9 years ago

Original comment by bradneub...@gmail.com on 8 Apr 2010 at 12:06