Charles Pritchard

Results 109 comments of Charles Pritchard

Hit this one hard in vite and rollup as well.

@Tyriar - Could I get clarification on what is stuck -- is it that the `yarn.lock` file has a full set of dependencies pinned - so that the versions need...

Normalized (`resvg.toString()`) result: ```svg ```

Wishful thinking right now - but getting the resvg back into current may help quash some long-standing bugs in the Issues section as well as unblock up some of the...

woff2 fails on current Rust stable with various linting issues. Upstream did accept the PR - but it has not been updated aside from the PR used here: ``` Checking...

example of render width/height: https://github.com/sparkfish/resvg-py/blob/dev/src/lib.rs#L83

From that index.mjs it looks like it trying to bring in a second module - does vercel only want one wasm loaded? Webassembly just released the latest standard allowing for...

https://github.com/linebender/resvg/blob/main/crates/c-api/lib.rs#L766 BBox allows a clickable area - it also enables libraries such as mermaid JS to use the current outer content to query the current box size for layout reflow...

Clickable such as an image map, as well as overlay with opacity, element selection; mermaid uses a layout solver -- when BBox is run that is when an outer call...