adobe / svg-native-viewer

SVG Native viewer is a library that parses and renders SVG Native documents
Apache License 2.0
155 stars 37 forks source link

minor fix in Bounding Box specifically only for skia port #177

Closed tjindal closed 2 years ago

tjindal commented 2 years ago

in Skia ports, when we are computing bounding box coordinates, basically it transforms coordinates according to 3x3 matrix which will change the bounds value. we do need change according to 3x3 matrix.