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
{{ message }}
This repository has been archived by the owner on Dec 24, 2024. It is now read-only.
In the past I've had to rewrite portions of svg-edit to make it compatible with the Rails asset pipeline.
Since we are upgrading to svg-edit 2.7, we should try to find a way to compile svg-edit into a single file to make this task easier. This should be made as automated as possible.
All extensions except ext-storage should be included. Optionally, they could be specified during the compilation process.
Language would ideally be specified in whatever process compiles svg-edit into a single file, but initially defaulting to english is also acceptable.
Images would ideally be inlined as base64-encoded strings.
Potentially problematic code obviously includes the code that loads the extensions and language scripts.
The text was updated successfully, but these errors were encountered:
In the past I've had to rewrite portions of svg-edit to make it compatible with the Rails asset pipeline.
Since we are upgrading to svg-edit 2.7, we should try to find a way to compile svg-edit into a single file to make this task easier. This should be made as automated as possible.
All extensions except ext-storage should be included. Optionally, they could be specified during the compilation process.
Language would ideally be specified in whatever process compiles svg-edit into a single file, but initially defaulting to english is also acceptable.
Images would ideally be inlined as base64-encoded strings.
Potentially problematic code obviously includes the code that loads the extensions and language scripts.
The text was updated successfully, but these errors were encountered: