We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Found this code in the drawImage method in context.js:
svgcanvas/context.js
Lines 1140 to 1144 in 3991b8e
Does defs.childNodes.length ever change? Was this supposed to call defs.childNodes.shift()?
defs.childNodes.length
defs.childNodes.shift()
More context:
Lines 1134 to 1151 in 3991b8e
Update, this might be the same as:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Found this code in the drawImage method in context.js:
svgcanvas/context.js
Lines 1140 to 1144 in 3991b8e
Does
defs.childNodes.length
ever change? Was this supposed to calldefs.childNodes.shift()
?More context:
svgcanvas/context.js
Lines 1134 to 1151 in 3991b8e
Update, this might be the same as:
The text was updated successfully, but these errors were encountered: