Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
makamekm committed Feb 26, 2020
1 parent d1aa818 commit eb5847f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ function preprocessTree(node, shared) {
// if (
// paintsRequireRender(node.fills) ||
// paintsRequireRender(node.strokes) ||
// (node.blendMode != null && ['PASS_THROUGH', 'NORMAL'].indexOf(node.blendMode) < 0)
// (node.blendMode != null && !['PASS_THROUGH', 'NORMAL'].includes(node.blendMode)))
// ) {
// node.type = 'VECTOR';
// }
Expand Down

0 comments on commit eb5847f

Please sign in to comment.