File:The 11 cubic nets.svg

原始檔案(SVG 檔案,表面大小:300 × 140 像素,檔案大小:4 KB)


摘要

描述
English: The 11 cubic nets, which are of course hexominoes (6-ominoes).
Русский: 11 фигур гексамино, являющихся развёртками куба
日期
來源 自己的作品
Original text: Created by me
作者 R. A. Nonenmacher
授權許可
(重用此檔案)
我,本作品的著作權持有者,決定用以下授權條款發佈本作品:
GNU head 已授權您依據自由軟體基金會發行的無固定段落、封面文字和封底文字GNU自由文件授權條款1.2版或任意後續版本,對本檔進行複製、傳播和/或修改。該協議的副本列在GNU自由文件授權條款中。
w:zh:創用CC
姓名標示 相同方式分享
This file is licensed under the Creative Commons Attribution-Share Alike Attribution-Share Alike 4.0 International, 3.0 Unported, 2.5 Generic, 2.0 Generic and 1.0 Generic license.
您可以自由:
  • 分享 – 複製、發佈和傳播本作品
  • 重新修改 – 創作演繹作品
惟需遵照下列條件:
  • 姓名標示 – 您必須指名出正確的製作者,和提供授權條款的連結,以及表示是否有對內容上做出變更。您可以用任何合理的方式來行動,但不得以任何方式表明授權條款是對您許可或是由您所使用。
  • 相同方式分享 – 如果您利用本素材進行再混合、轉換或創作,您必須基於如同原先的相同或兼容的條款,來分布您的貢獻成品。
您可以選擇您需要的授權條款。

SVG code

<?xml version="1.0" encoding="UTF-8"?>
<!-- The 11 cubic nets, which are of course hexominoes R. A. Nonenmacher  12-Sep-2008 -->
<!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          = "Hexominoes"
     baseProfile = "full"
     xmlns       = "http://www.w3.org/2000/svg"
     xmlns:xlink = "http://www.w3.org/1999/xlink"
     xmlns:ev    = "http://www.w3.org/2001/xml-events"
     width       = "300"
     height      = "140">
<defs>
   <style type="text/css"> <![CDATA[
      path { fill         : none;
             stroke       : #000;
             stroke-width : 0.15px }
      .t { fill : #AAA }
      .u { fill : #D99 }
      .w { fill : #AAD } ]]>
   </style>
   <rect id="S" width="1" height="1" stroke="#000" stroke-width="0.02"/>
   <g id="s1"><use xlink:href="#S"/></g>
   <g id="s2"><use xlink:href="#S"/><use xlink:href="#s1" y="1"/></g>
   <g id="s3"><use xlink:href="#S"/><use xlink:href="#s2" y="1"/></g>
   <g id="s4"><use xlink:href="#S"/><use xlink:href="#s3" y="1"/></g>
   <g id="H1" class="u"><use xlink:href="#s1" y="2"/><use xlink:href="#s4" x="1" y="2"/><use xlink:href="#s1" x="2" y="2"/><path d="M0,2h3v1h-1v3h-1v-3h-1z"/></g>
   <g id="H2" class="t"><use xlink:href="#s1" y="3"/><use xlink:href="#s4" x="1" y="2"/><use xlink:href="#s1" x="2" y="2"/><path d="M0,3h1v-1h2v1h-1v3h-1v-2h-1z"/></g>
   <g id="H3" class="t"><use xlink:href="#s1" y="4"/><use xlink:href="#s4" x="1" y="2"/><use xlink:href="#s1" x="2" y="2"/><path d="M0,4h1v-2h2v1h-1v3h-1v-1h-1z"/></g>
   <g id="H4" class="w"><use xlink:href="#s1" y="5"/><use xlink:href="#s4" x="1" y="2"/><use xlink:href="#s1" x="2" y="2"/><path d="M0,5h1v-3h2v1h-1v3h-2z"/></g>
   <g id="H5" class="w"><use xlink:href="#s1" y="4"/><use xlink:href="#s4" x="1" y="2"/><use xlink:href="#s1" x="2" y="3"/><path d="M0,4h1v-2h1v1h1v1h-1v2h-1v-1h-1z"/></g>
   <g id="H6" class="u"><use xlink:href="#s1" y="3"/><use xlink:href="#s4" x="1" y="2"/><use xlink:href="#s1" x="2" y="3"/><path d="M0,3h1v-1h1v1h1v1h-1v2h-1v-2h-1z"/></g>
   <g id="H7" class="t"><use xlink:href="#s1" y="3"/><use xlink:href="#s3" x="1" y="3"/><use xlink:href="#s2" x="2" y="2"/><path d="M0,3h2v-1h1v2h-1v2h-1v-2h-1z"/></g>
   <g id="H8" class="t"><use xlink:href="#s1" y="4"/><use xlink:href="#s3" x="1" y="3"/><use xlink:href="#s2" x="2" y="2"/><path d="M0,4h1v-1h1v-1h1v2h-1v2h-1v-1h-1z"/></g>
   <g id="H9" class="t"><use xlink:href="#s2" y="4"/><use xlink:href="#s3" x="1" y="2"/><use xlink:href="#s1" x="2" y="2"/><path d="M0,4h1v-2h2v1h-1v2h-1v1h-1z"/></g>
   <g id="H10" class="w"><use xlink:href="#s2" y="4"/><use xlink:href="#s2" x="1" y="3"/><use xlink:href="#s2" x="2" y="2"/><path d="M0,4h1v-1h1v-1h1v2h-1v1h-1v1h-1z"/></g>
   <g id="H11" class="w"><use xlink:href="#s3" y="3"/><use xlink:href="#s3" x="1" y="1"/><path d="M0,3h1v-2h1v3h-1v2h-1z"/></g>
</defs>
<use xlink:href="#H1" transform="translate(15,-15) scale(13)"/>
<use xlink:href="#H2" transform="translate(75,-15) scale(13)"/>
<use xlink:href="#H3" transform="translate(125,-15) scale(13)"/>
<use xlink:href="#H4" transform="translate(185,-15) scale(13)"/>
<use xlink:href="#H5" transform="translate(235,-15) scale(13)"/>
<use xlink:href="#H6" transform="translate(10,50) scale(13)"/>
<use xlink:href="#H7" transform="translate(60,50) scale(13)"/>
<use xlink:href="#H8" transform="translate(110,50) scale(13)"/>
<use xlink:href="#H9" transform="translate(160,50) scale(13)"/>
<use xlink:href="#H10" transform="translate(210,50) scale(13)"/>
<use xlink:href="#H11" transform="translate(260,50) scale(13)"/>
</svg>
W3C red 
W3C-validity not checked.

說明

添加單行說明來描述出檔案所代表的內容

在此檔案描寫的項目

描繪內容

檔案歷史

點選日期/時間以檢視該時間的檔案版本。

日期/時間縮⁠圖尺寸使用者備⁠註
目前2008年9月13日 (六) 00:09於 2008年9月13日 (六) 00:09 版本的縮圖300 × 140(4 KB)Nonenmac== Summary == {{Information |Description={{en|1=The 11 cubic nets, which are of course hexominoes (6-ominoes).}} |Source=Created by me |Author=R. A. Nonenmacher |Date=12-Sep-2008 |Permission={{self|GFDL|cc-by-sa-all}} |oth

下列頁面有用到此檔案:

全域檔案使用狀況

以下其他 wiki 使用了這個檔案: