yisibl / resvg-js

A high-performance SVG renderer and toolkit, powered by Rust based resvg and napi-rs.
https://resvg-js.vercel.app/
Mozilla Public License 2.0
1.53k stars 54 forks source link

how does @resvg/resvg-js make sure that `svg` are not exceeding the maxHeight value? #330

Open trenchesdeveloper opened 5 months ago

trenchesdeveloper commented 5 months ago

how does @resvg/resvg-js make sure that svg are not exceeding the maxHeight value when we set

fitTo: { mode: 'width', value: width, }

yisibl commented 5 months ago

There is no such feature currently.