diff --git a/src/index.js b/src/index.js index a359b3c..0c5edc9 100644 --- a/src/index.js +++ b/src/index.js @@ -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",