summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/svg/layout/svg-use-symbol-opacity-print-ref.html
blob: d6b2f6bd9bb301ae7dbb41be8bdf5b244e31676d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!doctype html>
<html>
<style>
 body { margin: 0 }
</style>
<body>
<svg width=200 height=200 viewBox="0 0 200 200">
  <rect fill="purple" width=100 height=100 />
  <rect fill="blue" fill-opacity="0.5" width=50 height=50 />
</svg>
</body>
</html>