Skip to content
This repository was archived by the owner on Feb 23, 2022. It is now read-only.

Commit c72069d

Browse files
committed
Adding "vector-effect" as recognized property.
W3 Spec: https://www.w3.org/TR/SVGTiny12/painting.html#NonScalingStroke ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=116700921
1 parent e451a49 commit c72069d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/com/google/common/css/compiler/ast/Property.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,7 @@ public final class Property {
539539
builder("transition"),
540540
builder("unicode-bidi"),
541541
builder("unicode-range"),
542+
builder("vector-effect").isSvgOnly(),
542543
builder("vertical-align"),
543544
builder("visibility"),
544545
builder("voice-balance"),

0 commit comments

Comments
 (0)