Skip to content

Base the min size of svg on whether a border is enabled

Niccolò Venerandi requested to merge work/niccolove/correctsvgminsize into master

Currently, the minimum size of an SVG is the same regardless of whether a border is enabled or not. With this patch, only enabled borders will be counted.

Merge request reports