mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 02:47:31 +09:00
11 lines
567 B
Text
11 lines
567 B
Text
# Tests related to SVG being used as an image, with zooming
|
|
|
|
# Simple <img> tests
|
|
fuzzy-if(skiaContent,1,408) == img-zoomIn-1.html squaredCircle-150x150-ref.html
|
|
fuzzy-if(skiaContent,1,74) == img-zoomOut-1.html squaredCircle-50x50-ref.html
|
|
|
|
# Ensure that scaled SVG images aren't fuzzy when tiled.
|
|
== img-fuzzy-zoomOut-1.html img-fuzzy-zoomOut-1-ref.html
|
|
== img-fuzzy-zoomIn-1.html img-fuzzy-zoomIn-1-ref.html
|
|
== img-fuzzy-transform-zoomOut-1.html img-fuzzy-zoomOut-1-ref.html
|
|
== img-fuzzy-transform-zoomIn-1.html img-fuzzy-zoomIn-1-ref.html
|