[svgwg] Issue: [svg-native] Some useful style properties do not have corresponding style attributes (#679) marked as SVG Native

dirkschulze has just labeled an issue for https://github.com/w3c/svgwg as "SVG Native":

== [svg-native] Some useful style properties do not have corresponding style attributes ==
(This issue broken out of #658  per request of @dirkschulze )

The current SVG Static spec has removed CSS and the `style` attribute.  However there are some useful properties that don't exist as style attributes.

For example:

- `shape-rendering`
   Can be used for turning off anti-aliasing on shapes
   https://codepen.io/PaulLeBeau/pen/PgeWqO

- `vector-effect="non-scaling-stroke"`
   Quite commonly used for graph and map SVGs

There may be others I haven't thought of.


See https://github.com/w3c/svgwg/issues/679

Received on Friday, 26 April 2019 20:34:53 UTC