File:Dominoes tiling 8x8.svg

From Wikimedia Commons, the free media repository

Jump to: navigation, search

Dominoes_tiling_8x8.svg(SVG file, nominally 410 × 410 pixels, file size: 2 KB)

[edit] Summary

Description
English: 8x8 Domino tiling with the minimum number of long-edge-to-long-edge pairs (1 pair)
Date

15 September 2008(2008-09-15)

Source

Created by me

Author

R. A. Nonenmacher

Permission
(Reusing this image)
I, the copyright holder of this work, hereby publish it under the following licenses:
GNU head Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License".

Afrikaans | Alemannisch | Aragonés | العربية | Asturianu | Беларуская | Беларуская (тарашкевіца) | Български | বাংলা | ইমার ঠার/বিষ্ণুপ্রিয়া মণিপুরী | Brezhoneg | Bosanski | Català | Cebuano | Česky | Dansk | Deutsch | Ελληνικά | English | Esperanto | Español | Eesti | Euskara | فارسی | Suomi | Français | Gaeilge | Galego | עברית | Hrvatski | Magyar | Հայերեն | Bahasa Indonesia | Ido | Íslenska | Italiano | 日本語 | ქართული | ភាសាខ្មែរ | 한국어 | Kurdî / كوردی | Latina | Lëtzebuergesch | Lietuvių | 文言 | Македонски | Bahasa Melayu | Malti | Nnapulitano | Plattdüütsch | Nederlands | ‪Norsk (nynorsk)‬ | ‪Norsk (bokmål)‬ | Occitan | Polski | Português | Română | Русский | Slovenčina | Slovenščina | Shqip | Српски / Srpski | Svenska | Kiswahili | తెలుగు | ไทย | Tagalog | Türkçe | Українська | اردو | Vèneto | Tiếng Việt | Volapük | Yorùbá | 中文 | ‪中文(简体)‬ | ‪中文(繁體)‬ | +/−

Creative Commons license
Creative Commons Attribution iconCreative Commons Share Alike icon
This file is licensed under the Creative Commons Attribution ShareAlike 3.0, Attribution ShareAlike 2.5, Attribution ShareAlike 2.0 and Attribution ShareAlike 1.0 License. In short: you are free to share and make derivative works of the file under the conditions that you appropriately attribute it, and that you distribute it only under a license identical to this one. Official license.

Afrikaans | Беларуская | Беларуская (тарашкевіца) | Български | Català | Česky | Dansk | Deutsch | Ελληνικά | English | Esperanto | Español | Eesti | Euskara | Estremeñu | Suomi | Français | עברית | Hrvatski | Հայերեն | Italiano | 日本語 | 한국어 | Lietuvių | Македонски | Plattdüütsch | Nederlands | ‪Norsk (bokmål)‬ | Occitan | Polski | Piemontèis | Português | Română | Русский | Slovenčina | ไทย | Vèneto | Tiếng Việt | 中文 | ‪中文(简体)‬ | ‪中文(繁體)‬ | +/−

You may select the license of your choice.

[edit] SVG code

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version     = "1.1" 
     id          = "domino_tiling_8x8" 
     xmlns       = "http://www.w3.org/2000/svg" 
     xmlns:xlink = "http://www.w3.org/1999/xlink" 
     width       = "410" 
     height      = "410">
   <defs>
      <rect id="H1" fill="#EAA" width="2" height="1"/><rect id="V1" fill="#EAA" width="1" height="2"/>
      <rect id="H2" fill="#AEA" width="2" height="1"/><rect id="V2" fill="#AEA" width="1" height="2"/>
      <rect id="H3" fill="#AAE" width="2" height="1"/><rect id="V3" fill="#AAE" width="1" height="2"/>
      <rect id="H4" fill="#EEA" width="2" height="1"/><rect id="V4" fill="#EEA" width="1" height="2"/>
      <rect id="B"  fill="none" width="8" height="8"/>
      <g id="A">
         <use xlink:href="#H1" x="0" y="0"/><use xlink:href="#H2" x="2" y="0"/><use xlink:href="#H1" x="4" y="0"/>
         <use xlink:href="#H2" x="6" y="0"/><use xlink:href="#V1" x="7" y="1"/><use xlink:href="#V2" x="7" y="3"/>
         <use xlink:href="#V1" x="7" y="5"/><use xlink:href="#H2" x="6" y="7"/><use xlink:href="#H1" x="4" y="7"/>
         <use xlink:href="#H2" x="2" y="7"/><use xlink:href="#H1" x="0" y="7"/><use xlink:href="#V2" x="0" y="5"/>
         <use xlink:href="#V1" x="0" y="3"/><use xlink:href="#V2" x="0" y="1"/><use xlink:href="#H3" x="1" y="1"/>
         <use xlink:href="#H4" x="3" y="1"/><use xlink:href="#H3" x="5" y="1"/><use xlink:href="#V4" x="6" y="2"/>
         <use xlink:href="#V3" x="6" y="4"/><use xlink:href="#H4" x="5" y="6"/><use xlink:href="#H3" x="3" y="6"/>
         <use xlink:href="#H4" x="1" y="6"/><use xlink:href="#V3" x="1" y="4"/><use xlink:href="#V4" x="1" y="2"/>
         <use xlink:href="#H1" x="2" y="2"/><use xlink:href="#H2" x="4" y="2"/><use xlink:href="#V1" x="5" y="3"/>
         <use xlink:href="#H2" x="4" y="5"/><use xlink:href="#H1" x="2" y="5"/><use xlink:href="#V2" x="2" y="3"/>
         <use xlink:href="#H3" x="3" y="3"/><use xlink:href="#H4" x="3" y="4"/>
      </g>
   </defs>
  <use xlink:href="#A" stroke="#000" stroke-width=".06" transform="translate(5,5) scale(50)"/>
  <use xlink:href="#B" stroke="#000" stroke-width=".08" transform="translate(5,5) scale(50)"/>
</svg>

W3C ✓ The source code of this SVG is valid

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current02:38, 16 September 2008Thumbnail for version as of 02:38, 16 September 2008410×410 (2 KB)Nonenmac (talk | contribs) (Aesthetic changes (read OCD))
02:08, 16 September 2008Thumbnail for version as of 02:08, 16 September 2008410×410 (2 KB)Nonenmac (talk | contribs) (Standardize for portability)
01:47, 16 September 2008Thumbnail for version as of 01:47, 16 September 200890×90 (2 KB)Nonenmac (talk | contribs) (just fixing the id)
01:10, 16 September 2008Thumbnail for version as of 01:10, 16 September 200890×90 (2 KB)Nonenmac (talk | contribs) (== Summary == {{Information |Description={{en|1=8x8 Domino tiling with the minimum number of long-edge-to-long-edge pairs (1 pair)}} |Source=Created by me |Author=R. A. Nonenmacher |Date=15-Sep-2008 |Permission={{self)

There are no pages that link to this file.

Global file usage

The following other wikis use this file: