replace cube background with penrose tiling
This commit is contained in:
17
pattern/cube.svg
Normal file
17
pattern/cube.svg
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="-86.6025 -450 173.205 600">
|
||||
<defs>
|
||||
<path id="star" stroke-linejoin="round" stroke="white" fill="white"
|
||||
d="M0 -100 1.73205 -1 86.6025 50 0 2 -86.6025 50 -1.73205 -1 Z" />
|
||||
</defs>
|
||||
|
||||
<g id="group">
|
||||
<use href="#star" x="0" y="-50"/>
|
||||
<use href="#star" x="-86.6025" y="100"/>
|
||||
<use href="#star" x="86.6025" y="100"/>
|
||||
</g>
|
||||
<use href="#group" x="0" y="0" transform="scale(-1)"/>
|
||||
|
||||
<use href="#group" x="0" y="-300"/>
|
||||
<use href="#group" x="0" y="300" transform="scale(-1)"/>
|
||||
</svg>
|
After Width: | Height: | Size: 645 B |
9
pattern/penrose.svg
Normal file
9
pattern/penrose.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 211 KiB |
Reference in New Issue
Block a user