typst icon indicating copy to clipboard operation
typst copied to clipboard

SVG crate needs a small refactor

Open PgBiel opened this issue 1 year ago • 1 comments

Currently, the SVG crate has a single and large file at https://github.com/typst/typst/blob/main/crates/typst-svg/src/lib.rs . Would be nice to split it off based on responsibilities, e.g. all gradient- and pattern-specific code could go in a separate file.

PgBiel avatar Apr 24 '24 18:04 PgBiel

(This is already being worked on by the way, in case there are any interested contributors)

PgBiel avatar Apr 29 '24 20:04 PgBiel