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
To make the thing compatible with SVG Parameters, I originally included a compatible way to declare default parameters. You could declare the value through a <ref> element.
But at the moment default parameters costed a significant amount of tests, logic and bugfixes in the proof-of-concept library. Since I don’t need them yet, I’d rather keep them out for v1.0.
We can always re-introduce them in v1.1 or later without that being a breaking change.
The text was updated successfully, but these errors were encountered:
To make the thing compatible with SVG Parameters, I originally included a compatible way to declare default parameters. You could declare the value through a
<ref>
element.But at the moment default parameters costed a significant amount of tests, logic and bugfixes in the proof-of-concept library. Since I don’t need them yet, I’d rather keep them out for v1.0.
We can always re-introduce them in v1.1 or later without that being a breaking change.
The text was updated successfully, but these errors were encountered: