Re: [svgwg] [svg-native] Some useful style properties do not have corresponding style attributes (#679)

Both of the properties mentioned above are available as presentation attributes in SVG 2, so that alone shouldn't be a deciding factor on whether to include them in SVG Native.

`shape-rendering` can be useful for drawing small icons (or font glyphs?) in environments where aliasing is an issue, and is very important for line drawings.  Can we be more specific about which graphics libraries do or don't support controlling aliasing on a shape-by-shape level?

`vector-effect` is also very useful, but is even more complicated to implement.  If the goal of SVG Native is to represent simple vector graphics that scale up & down uniformly (other than resolution adjustments) then it makes sense to disallow it. (Although there are probably *other* restrictions still required to make that really true.)

-- 
GitHub Notification of comment by AmeliaBR
Please view or discuss this issue at https://github.com/w3c/svgwg/issues/679#issuecomment-487802138 using your GitHub account

Received on Tuesday, 30 April 2019 02:08:59 UTC