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

Commit

Permalink
Adding "vector-effect" as recognized property.
Browse files Browse the repository at this point in the history
W3 Spec: https://www.w3.org/TR/SVGTiny12/painting.html#NonScalingStroke
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=116700921
  • Loading branch information
iflan committed Mar 9, 2016
1 parent e451a49 commit c72069d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/com/google/common/css/compiler/ast/Property.java
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,7 @@ public final class Property {
builder("transition"),
builder("unicode-bidi"),
builder("unicode-range"),
builder("vector-effect").isSvgOnly(),
builder("vertical-align"),
builder("visibility"),
builder("voice-balance"),
Expand Down

0 comments on commit c72069d

Please sign in to comment.