You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This implementation is close to the one of SVG 1.1, but it differs a lot from the SVG 2. This confused me as I tried to compare to make it match to SVG 2's concepts. I still feel that I'm missing the url(#gradient) value, but I'm not used to ICC so I might just have misunderstand.
It's completely fine to stay with SVG 1.1, but maybe it would be nice to help the reader accustomed to SVG 2:
The SVG types are said ( https://github.com/ocsigen/tyxml/blob/master/lib/svg_types.mli#L26 ) to be based on http://www.w3.org/TR/SVG/ I guess that this URL used to point to the specification of SVG 1.1, but it now points to SVG 2.
In the case of the definition of
paint
, the difference is large.Here is what it appears in SVG 2 ( https://www.w3.org/TR/SVG/painting.html#SpecifyingPaint )
And in SVG 1.1 ( https://www.w3.org/TR/SVG11/painting.html#SpecifyingPaint )
Here is what it appears in https://github.com/ocsigen/tyxml/blob/master/lib/svg_types.mli#L287
This implementation is close to the one of SVG 1.1, but it differs a lot from the SVG 2. This confused me as I tried to compare to make it match to SVG 2's concepts. I still feel that I'm missing the
url(#gradient)
value, but I'm not used to ICC so I might just have misunderstand.It's completely fine to stay with SVG 1.1, but maybe it would be nice to help the reader accustomed to SVG 2:
The text was updated successfully, but these errors were encountered: