File:Squaredsquare.svg

Summary

Description
English: The lowest-order perfect squared square, discovered by A.J.W. Duijvestijn.
Date
Source Own work
Author László Németh
SVG development
InfoField
 
The SVG code is valid.
 
This diagram was created with LibreOffice.
Category:Valid SVG created with LibreOffice code#Squaredsquare.svg
 
The file size of this SVG diagram may be irrationally large because its text has been converted to paths inhibiting translations.
Category:Path text SVG
Source code
InfoField

LibreOffice code

; Created in LibreOffice 4.3 with this LibreLogo program
 ; Usage: Put this code into an English language document in LibO Writer,
 ; and click on the Start icon of the View»Toolbars»Logo toolbar.
 TO place x y
 POSITION [50+x*4, 500-y*4]
 END
 
 TO line x y x2 y2
 PENUP place x y
 PENDOWN place x2 y2
 END
 
 TO grid x y x2 y2
 REPEAT y2-y+1 [ line x y+REPCOUNT-1 x2 y+REPCOUNT-1 ]
 REPEAT x2-x+1 [ line x+REPCOUNT-1 y x+REPCOUNT-1 y2 ]
 END
 
 TO box x y s
 PENUP place x+s/2 y+s/2
 HEADING 0
 FILLCOLOR ANY FILLTRANSPARENCY 50
 PENDOWN SQUARE s*4
 FONTSIZE MAX (2*4, s*2.5)
 TEXT s
 END
 
 PICTURE squaredsquare.svg [
 PENSIZE 0.5 HIDETURTLE
 PENCAP ROUND
 PENCOLOR SILVER
 FONTFAMILY Nimbus Sans L
 grid 0 0 112 112
 PENSIZE 1 PENCOLOR BLACK
 box 0 0 33
 box 29 33 4
 box 33 0 37
 box 0 33 29
 box 0 33+29 50
 box 29 33+4 25
 box 29+25 37 16
 box 29+25 37+16 9
 box 29+25+9 37+16 7
 box 29+25+9 37+16+7 2
 box 50 37+25 15
 box 50 37+25+15 35
 box 33+37 0 42
 box 33+37 42 18
 box 50+15 37+16+7 17
 box 50+15+17 18+42 6
 box 50+15+17 18+42+6 11
 box 50+35 18+42+17 8
 box 29+25+16+18 42 24
 box 50+35+8 42+24 19
 box 50+35 42+24+19 27
 ]

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
Creative Commons CC-Zero This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication.
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

Category:CC-Zero#Squaredsquare.svg
Category:Self-published work Category:Squaring the square Category:Images with LibreLogo source code
Category:CC-Zero Category:Images with LibreLogo source code Category:Path text SVG Category:Self-published work Category:Squaring the square Category:Valid SVG created with LibreOffice code