Source code

Revision control

Copy as Markdown

Other Tools

SVG Preview (Scaled)

Preview of https://hg.mozilla.org/mozilla-central/raw-file/tip/testing/web-platform/tests/css/CSS2/normal-flow/support/intrinsic-ratio.svg
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
<svg version="1.0"
viewBox="0 0 1000 250" preserveAspectRatio="xMinYMin meet"
<!-- This rectangle goes from (0,0) to (1500,1000) in user space.
Because of the viewBox attribute above,
the rectangle will end up filling the entire area
reserved for the SVG content. -->
<rect x="0" y="0" width="1000" height="250"
fill="lime" stroke="green" stroke-width="12" />
<!-- A large, red triangle -->
<path fill="green" d="M 500,50 L 150,200 L 850,200 z"/>
</svg>