mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-20 23:11:39 +00:00
![]() Supprot case when style is defined as <mask> attribute. [Example SVG file] ```html <svg version="1.1" id="Layer_1" viewBox="0 0 64 64" enable-background="new 0 0 64 64" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"> <defs> <mask id="myMask"> <circle id="maskID" cx="40" cy="40" r="10" fill="white" fill-opacity="1" /> </mask> </defs> <rect x="0" y="0" width="64" height="64" style="fill: skyblue; mask=url(#myMask);"/> </svg> ``` Change-Id: I3b856db85204bf7c503a20e4023417ca79aa930c |
||
---|---|---|
.. | ||
meson.build | ||
tvgSvgLoader.cpp | ||
tvgSvgLoader.h | ||
tvgSvgLoaderCommon.h | ||
tvgSvgPath.cpp | ||
tvgSvgPath.h | ||
tvgSvgSceneBuilder.cpp | ||
tvgSvgSceneBuilder.h | ||
tvgXmlParser.cpp | ||
tvgXmlParser.h |