mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
69ad936a10
The fix for _cairo_bentley_ottmann_tessellate_boxes is from cairo upstream commit 11b6c49c103d53526e9805c8906fde5dbb2eb884. --HG-- extra : rebase_source : f9a52a5c6d20e560946abc4fb61bfd4a71fafb6a
20 lines
595 B
HTML
20 lines
595 B
HTML
<!doctype html>
|
|
<html>
|
|
<head><title>Testcase for bug 853889</title></head>
|
|
<body>
|
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
width="400px" height="400px">
|
|
|
|
<path d="M 0 400 L 0 450 L 600 450 L 600 400 Z"
|
|
fill="rgb(200,12,12)"></path>
|
|
<path d="M 0 0 L 0 50 L 600 50 L 600 0 Z"
|
|
fill="rgb(200,12,12)"></path>
|
|
|
|
<path d="M 0 0 L 0 50 L 600 50 L 600 0 Z
|
|
M 0 400 L 0 450 L 600 450 L 600 400 Z"
|
|
fill="rgb(12,200,12)"></path>
|
|
</svg>
|
|
</body>
|
|
</html>
|