Search found 1 match
- 2013-04-08T02:12:27-07:00
- Forum: Bugs
- Topic: inline resize by percentage on builtin patterns and images
- Replies: 0
- Views: 4219
inline resize by percentage on builtin patterns and images
When using inline resize with a percentage scale on built-in patterns and images the scaling is done twice. examples: 'pattern:bricks' is 16x16 'pattern:bricks[200%]' is 64x64 when it should be 32x32 -size 256x256 'pattern:bricks[200%]' is 512x512 tiled 8x8 when it should be 256x256 tiles 8x8 The ...