Manual:$wgSVGMaxSize/zh
Appearance
SVG: $wgSVGMaxSize | |
---|---|
Don't scale a SVG larger than this unless its native size is larger. |
|
引进版本: | 1.5.0 (r10961) |
移除版本: | 仍在使用 |
允许的值: | (integer) |
默认值: | 2048 |
其他设置: 按首字母排序 | 按功能排序 |
细节
The smaller side of a SVG will never be scaled to greater than this.
For example, if this setting is left unchanged at 2048 pixels, an attempt to rasterize a 200×100 SVG to 4000×2000 will succeed (since 2000 ≤ 2048). However, an attempt to rasterize it to 5000×2500 will generate a 4096×2048 image instead.