File:Graph paper inch green Letter.svg

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file(SVG file, nominally 765 × 990 pixels, file size: 29 KB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary[edit]

Description
English: Empty green graph paper with inch, 0.5 inch, 1/12 inch grids (paper size = Letter)
Date
Source Own work
Author László Németh
Other versions
SVG development
InfoField
 
The SVG code is valid.
 
This vector image was created with OpenOffice.org.
Source code
InfoField

LibreOffice code

; Created in LibreOffice 4 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.
 ; Modify these values, if needed:
 color = light green
 margin = 0.5in ; min. margin width
 line1 = 1in ; main grid
 line2 = 0.5in ; medium grid, set to line1 to remove these lines
 line3 = 1in/12 ; small grid, set to line1 to remove these lines
 line1width = 1mm/10
 line2width = 1mm/15
 line3width = 1mm/30
 
 TO lines width dist
     GLOBAL margin, line1
     l = [INT ((PAGESIZE[0]  margin * 2) / line1), INT ((PAGESIZE[1]  margin * 2) / line1)]
     leftmargin =  (PAGESIZE[0]-l[0]*line1) / 2
     topmargin =  (PAGESIZE[1]-l[1]*line1) / 2
     REPEAT 1 + PAGESIZE[width]/dist  [
         IF (REPCOUNT  1) * dist > (l[width] * line1) [ BREAK ]
         PENUP POSITION [leftmargin + (REPCOUNT-1) * dist * (1-width), (PAGESIZE[1]  topmargin) * (1-width) + ((REPCOUNT - 1) * dist + topmargin)  * width]
         PENDOWN HEADING 90*width
         PENDOWN FORWARD l[1-width] * line1
     ] 
 END
 
 HOME CLEARSCREEN HIDETURTLE 
 ; PICTURE graph_paper_inch_green_Letter.svg [ ; from LibreOffice 4.1.1
 PICTURE [
     PENCOLOR INVISIBLE FILLCOLOR WHITE
     RECTANGLE PAGESIZE PENCOLOR color
     PENSIZE line1width lines 0 line1 lines 1 line1
     PENSIZE line2width lines 0 line2 lines 1 line2
     PENSIZE line3width lines 0 line3 lines 1 line3
 ]

Licensing[edit]

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.

File history

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

Date/TimeThumbnailDimensionsUserComment
current12:11, 25 July 2013Thumbnail for version as of 12:11, 25 July 2013765 × 990 (29 KB)Nl74 (talk | contribs)User created page with UploadWizard

Metadata