typst
typst copied to clipboard
SVG crate needs a small refactor
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.
(This is already being worked on by the way, in case there are any interested contributors)