Rely on implicit cache busting after a size bust

master
Sven Slootweg 7 years ago
parent 19c1a1d18f
commit 85946cefe1

@ -16,7 +16,7 @@ module.exports = function createTextShape(options = {}) {
_layout: null,
_lines: null,
type: "text",
cacheBustingProperties: ["fillColor", "strokeColor", "strokeWidth", "text", "fontSize", "fontFamily", "fontStyle", "fontWeight", "trimVerticalWhitespace", "renderDebugLines", "renderDebugArea", "lineHeight", "tags"],
cacheBustingProperties: ["fillColor", "strokeColor", "strokeWidth"],
sizeBustingProperties: ["text", "fontSize", "fontFamily", "fontStyle", "fontWeight", "trimVerticalWhitespace", "renderDebugLines", "renderDebugArea", "lineHeight", "tags"],
fillColor: "black",
strokeColor: "red",

Loading…
Cancel
Save