Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /svg/painting/reftests/marker-context-fill-transform.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>SVG rendering test: context-fill in markers with transform</title>
<link rel="match" href="marker-context-fill-transform-ref.html">
<style>
iframe {
display: block;
border: none;
}
#a {
zoom: 1;
}
#b {
zoom: 2;
}
#c {
zoom: 0.25;
}
</style>
<p>None of the marker rects should be visible as disruptions in the gradient, regardless of transforms:</p>
<iframe id=a width=300 height=150 src='support/svg-marker-context-paint.svg'></iframe>
<iframe id=b width=150 height=75 src='support/svg-marker-context-paint.svg'></iframe>
<iframe id=c width=1200 height=600 src='support/svg-marker-context-paint.svg'></iframe>