DescriptionAdd early-out in SVGTextChunkBuilder::finalizeTransformMatrices()
This function will only do something when textLength is being applied.
If that's not the case, there'll just a lot of iteration and hash-
lookups for no good.
Not huge win performance-wise (in the noise), but a fairly simple and
obvious thing to do.
BUG=486669
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=195983
Patch Set 1 #
Messages
Total messages: 6 (2 generated)
|