DescriptionAllow parsing SVG <paint> and <color> properties in the color fast-path
The following properties:
fill
flood-color
lighting-color
stop-color
stroke
Will all accept a single <color> as a valid value. This means they can
be handled by the <color> parsing fast-path, which reduces the parsing
cost for these properties which often appear as presentation attributes.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=199022
Patch Set 1 #
Messages
Total messages: 6 (2 generated)
|