|
|
|
|
|
by reipahb
4041 days ago
|
|
An alternative solution to a viewbox property would be to use CSS transforms. It is a bit harder to work with, since you have to specify translation and scale instead of simply specifying the bounding box, but I don't think it is unreasonably hard. See for example: https://jsfiddle.net/kuvodbax/1/ |
|