File:1cm.svg
Summary
| Description |
English: This should be exactly 10 mm long, as long as the width of the image is not changed (zoomed), always assuming you're using a common screen or viewer. This will almost certainly show the wrong size on smartphones. |
| Date | |
| Source | Own work |
| Author | Oliver Albrecht |
| SVG development | |
| Source code | SVG code<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" height="5mm" width="10mm" viewBox="0 0 100 50">
<title>1 cm</title>
<path d="m0 0v50h2v-22h96v22h2v-50h-2v22h-96v-22z"/>
</svg>
|
⧼code⧽
<svg xmlns="http://www.w3.org/2000/svg" height="5mm" width="10mm" viewBox="0 0 100 50">
<rect height="6" width="100" y="22"/>
<rect height="50" width="2"/>
<rect height="50" width="2" x="98"/>
<!-- The same as <path d="m0 0v50h2v-22h96v22h2v-50h-2v22h-96v-22z"/> -->
</svg>
Licensing
| This image of simple geometry is ineligible for copyright and therefore in the public domain, because it consists entirely of information that is common property and contains no original authorship. |
