diff options
Diffstat (limited to 'layout/reftests/svg/non-scaling-stroke-03-ref.svg')
-rw-r--r-- | layout/reftests/svg/non-scaling-stroke-03-ref.svg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/layout/reftests/svg/non-scaling-stroke-03-ref.svg b/layout/reftests/svg/non-scaling-stroke-03-ref.svg new file mode 100644 index 0000000000..895836568a --- /dev/null +++ b/layout/reftests/svg/non-scaling-stroke-03-ref.svg @@ -0,0 +1,7 @@ +<!-- + Any copyright is dedicated to the Public Domain. + http://creativecommons.org/publicdomain/zero/1.0/ +--> +<svg xmlns="http://www.w3.org/2000/svg"> + <line x1="100" y1="100" x2="100" y2="200" stroke="blue" stroke-width="10"/> +</svg> |