Skip to content

Commit

Permalink
Update svgproperty.cpp
Browse files Browse the repository at this point in the history
`white-space` is a CSS property.
  • Loading branch information
sammycage authored Sep 30, 2024
1 parent a43f5cd commit 80acde9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/svgproperty.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ PropertyID propertyid(const std::string_view& name)
{"style", PropertyID::Style},
{"transform", PropertyID::Transform},
{"viewBox", PropertyID::ViewBox},
{"white-space", PropertyID::WhiteSpace},
{"width", PropertyID::Width},
{"x", PropertyID::X},
{"x1", PropertyID::X1},
Expand Down

0 comments on commit 80acde9

Please sign in to comment.