mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 00:17:32 +09:00
Issue #438: Do not round the translation of an SVG frame.
This doesn't solve the blurriness yet, but is part of the problem.
This commit is contained in:
parent
acefb96117
commit
8a29ec9a3f
5 changed files with 36 additions and 6 deletions
10
layout/reftests/svg/css-transform-svg-ref.html
Normal file
10
layout/reftests/svg/css-transform-svg-ref.html
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<!--
|
||||
Any copyright is dedicated to the Public Domain.
|
||||
http://creativecommons.org/publicdomain/zero/1.0/
|
||||
-->
|
||||
<style>
|
||||
</style>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20">
|
||||
<rect id="a" x="0.49" y="0.51" width="2.5" height="2.5"/>
|
||||
<rect id="b" x="3.5" y="3.5" width="2.5" height="2.5"/>
|
||||
</svg>
|
||||
13
layout/reftests/svg/css-transform-svg.html
Normal file
13
layout/reftests/svg/css-transform-svg.html
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<!--
|
||||
Any copyright is dedicated to the Public Domain.
|
||||
http://creativecommons.org/publicdomain/zero/1.0/
|
||||
-->
|
||||
<style>
|
||||
#a {
|
||||
transform: scaleY(1);
|
||||
}
|
||||
</style>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20">
|
||||
<rect id="a" x="0.49" y="0.51" width="2.5" height="2.5"/>
|
||||
<rect id="b" x="3.5" y="3.5" width="2.5" height="2.5"/>
|
||||
</svg>
|
||||
|
|
@ -371,6 +371,7 @@ fuzzy-if(skiaContent,1,610) == textPath-03.svg pass.svg
|
|||
== text-white-space-01.svg text-white-space-01-ref.svg
|
||||
== thin-stroke-01.svg pass.svg
|
||||
== zero-stroke-01.svg pass.svg
|
||||
== css-transform-svg.html css-transform-svg-ref.html
|
||||
== tspan-dxdy-01.svg tspan-dxdy-ref.svg
|
||||
== tspan-dxdy-02.svg tspan-dxdy-ref.svg
|
||||
== tspan-dxdy-03.svg tspan-dxdy-ref.svg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue