You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am getting the below error when trying to open the svg-filter-editor.
ReferenceError: getURL is not defined
getURL("DAGFilterEditor.xml", this); in DAGFilterEditor.js
The text was updated successfully, but these errors were encountered:
That's an old function that was available in the Adobe SVG viewer. That should be replaced with a standard XHR call. I'll try to take a look soon, but in the meantime, if you're familiar with XHR, then you should be able to monkey patch that function.
Hello,
I am getting the below error when trying to open the svg-filter-editor.
ReferenceError: getURL is not defined
getURL("DAGFilterEditor.xml", this); in DAGFilterEditor.js
The text was updated successfully, but these errors were encountered: