Commit d925755
committed
Revert: Remove minimum scale clamping for pattern rendering #248
This reverts the change that clamped pattern scale values to a minimum of 1.0.
While the fix ensured correct rendering for extremely small pattern scales,
it caused large intermediate canvas allocations, leading to high memory usage
and performance issues in some cases.
The visible and practical rendering improvements remain, but the part of the
fix that affected tiny sub-pixel scale cases has been reverted to avoid
excessive canvas sizes.1 parent 79e089f commit d925755
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
292 | | - | |
293 | | - | |
| 292 | + | |
| 293 | + | |
294 | 294 | | |
295 | 295 | | |
296 | 296 | | |
| |||
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
312 | | - | |
| 312 | + | |
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
| |||
0 commit comments