diff --git a/examples/test.svg b/examples/test.svg new file mode 100644 index 0000000..6d34260 --- /dev/null +++ b/examples/test.svg @@ -0,0 +1,21 @@ + + Drawing1 + + + + + + + + + Sync Data Ethernet Converter + + + + \ No newline at end of file diff --git a/source/svgproperty.cpp b/source/svgproperty.cpp index e9b6ea6..9f6bd47 100644 --- a/source/svgproperty.cpp +++ b/source/svgproperty.cpp @@ -109,6 +109,7 @@ PropertyID csspropertyid(const std::string_view& name) {"stroke-width", PropertyID::Stroke_Width}, {"text-anchor", PropertyID::Text_Anchor}, {"text-orientation", PropertyID::Text_Orientation}, + {"transform", PropertyID::Transform}, {"visibility", PropertyID::Visibility}, {"white-space", PropertyID::White_Space}, {"word-spacing", PropertyID::Word_Spacing},