diff options
author | David Boddie <david.boddie@nokia.com> | 2011-01-24 13:39:12 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2011-01-24 13:39:12 (GMT) |
commit | cdb2d3db1ece08af9ccf844cae6a5d3fa69a0d98 (patch) | |
tree | e8729ef78aba57dbfc0798085b26f918324ab16e /doc/src/snippets/declarative/pics | |
parent | 226d63d6e90bdfdf296f5fed1d5c8b01b4e0cf22 (diff) | |
download | Qt-cdb2d3db1ece08af9ccf844cae6a5d3fa69a0d98.zip Qt-cdb2d3db1ece08af9ccf844cae6a5d3fa69a0d98.tar.gz Qt-cdb2d3db1ece08af9ccf844cae6a5d3fa69a0d98.tar.bz2 |
Doc: Fixed the syntax of QML code snippets.
Diffstat (limited to 'doc/src/snippets/declarative/pics')
-rw-r--r-- | doc/src/snippets/declarative/pics/checker.svg | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/src/snippets/declarative/pics/checker.svg b/doc/src/snippets/declarative/pics/checker.svg new file mode 100644 index 0000000..374d89d --- /dev/null +++ b/doc/src/snippets/declarative/pics/checker.svg @@ -0,0 +1,17 @@ +<?xml version="1.0" standalone="no"?> +<svg width="10px" height="10px" viewBox="0 0 10px 10px" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink/" + baseProfile="tiny" version="1.2"> + <title>Checker</title> + <desc>A checkerboard pattern to use as a background.</desc> + <g fill="#e0e0e0" stroke="none" > + <rect x="0" y="0" width="10px" height="10px" /> + </g> + <g fill="#404040" stroke="none" > + <rect x="0" y="0" width="5px" height="5px" /> + </g> + <g fill="#404040" stroke="none" > + <rect x="5px" y="5px" width="5px" height="5px" /> + </g> +</svg> |