Fichier:Glinski Chess Rook.svg

Le contenu de la page n’est pas pris en charge dans d’autres langues.
Une page de Wikipédia, l'encyclopédie libre.

Fichier d’origine(Fichier SVG, nominalement de 625 × 685 pixels, taille : 83 kio)

Ce fichier et sa description proviennent de Wikimedia Commons.

Description

Description
English: Hexagonal chess example.
Date
Source Travail personnel
Auteur László Németh
SVG information
InfoField
 
Le code de ce fichier SVG est valide.
 
Cette image vectorielle a été créée avec LibreOffice
 
The file size of this SVG chess may be irrationally large because its text has been converted to paths inhibiting translations.
Code source
InfoField

LibreOffice code

; Created in LibreOffice 4 with this LibreLogo program (+object to path conversion
 ; of FreeSerif chess figures of the final SVG by Inkscape for Wikipedia SVG rendering)
 ; Usage: Put this code into an English language document in LibO Writer,
 ; and click on the Start icon of the View»Toolbars»Logo toolbar.
 ; requested chess font: http://mip.noekeon.org/HTMLTTChess/chess_merida_unicode.html
 ; for other setup, positions, modify the arguments of the chess call in the end of the file
 GLOBAL COLORS, FIX_SVG_EXPORT
 COLORS = [0xe8ab6f, 0xffce9e, 0xd18b47]
 FIX_SVG_EXPORT = 3pt ; 3pt for SVG export, or set zero for other usage
 
 TO setcolor p1 p2
 	IF p2 > 5 [ p2 = p1 + -p2 ] [ p2 = p1 + p2 ]
 	FILLCOLOR COLORS[p2%3]
 END
 
 TO hexagon s
 	p = POSITION
 	H = HEADING
 	PENUP LEFT 30 FORWARD s LEFT 120 PENDOWN
 	PENCOLOR INVISIBLE
 	REPEAT 6 [ FORWARD s LEFT 60 ] FILL
 	PENUP POSITION p HEADING H
 END
 
 HOME CLEARSCREEN PENUP POSITION [75, PAGESIZE[1]/2]
 PENJOINT MITER HIDETURTLE
 
 TO label2 s
 	FONTFAMILY Nimbus Sans L
 	FONTSIZE 25
 	h = HEADING
 	HEADING 0
 	LABEL s
 	HEADING h
 END
 
 TO chess white black
 PENCOLOR BLACK PENDOWN RIGHT 60
 FILLCOLOR INVISIBLE PENSIZE 4
 REPEAT 2 [ ; outer border
 	REPEAT 6 [ FORWARD 25 RIGHT 60 
 		REPEAT 5 [ FORWARD 25 LEFT 60 FORWARD 25 RIGHT 60 ]
 	] FILL FILLCOLOR COLORS[1] PENSIZE 0 ; only outer border
 ]
 PENUP FORWARD 25 LEFT 120 FORWARD 25 HEADING 0
 data = {K: “♔♚”, Q: “♕♛”, R: “♖♜”, B: “♗♝”, N: “♘♞”,  : “♙♟”, 		o: “•••”, x: “✕✕✕”, *: “⭑⭑⭑”}
 HEADING 0 RIGHT 120
 n = 0
 figures = white +   + black +  
 FOR i IN RANGE 0 12 [
 	FOR j IN RANGE n 13-n [
 		setcolor i j
 		IF j = 6 [ LEFT 60 ]
 		IF i > 0 AND j > n AND j < 12 - n [ hexagon 25 ] [
 			FILLCOLOR INVISIBLE CIRCLE 50 ; for correct SVG clipping
 			IF  i > 0 [ label2 STR i ]
 		]
 		p = %s%d  % (abcdefghiklx[j-1], i)
 		what = figures.find(p)
 		IF what > -1 [
 			FONTFAMILY Chess Merida Unicode
 			FONTSIZE 35
 			H = HEADING
 			HEADING 0 FORWARD FIX_SVG_EXPORT
 			k = data[(  + figures)[what]]
 			FONTCOLOR WHITE
 			LABEL k[2]
 			FONTCOLOR BLACK
 			LABEL k[what > COUNT WHITE]
 			BACK FIX_SVG_EXPORT HEADING H
 		]
 		IF i = 0 AND j > 0 AND j < 13 [
 			l =  abcdefghikl [j]
 			label2 l
 		]
 		PENUP LEFT 30 FORWARD 25 RIGHT 60 FORWARD 25 LEFT 30
 	]
 	PENUP RIGHT 30 
 	IF i < 6 [ BACK 19 * 25 RIGHT 60 BACK 25 LEFT 30 ] [
 		BACK (18  3 * n) * 25  RIGHT 30
 		n = n + 1
 	]
 ]
 END
 
 ; PICTURE Glinski_chess_rook.svg [ ; from LibO 4.1.1
 PICTURE [
 chess Rf6 of1 of2 of3 of4 of5 of7 of8 of9 of10 of11 oa6 ob6 oc6 od6 oe6 og6 oh6 oi6 ok6 ol6 oa1 ob2 oc3 od4 oe5 og5 oh4 oi3 ok2 ol1 “”
 ]

Conditions d’utilisation

Moi, en tant que détenteur des droits d’auteur sur cette œuvre, je la publie sous la licence suivante :
Creative Commons CC-Zero Ce fichier est disponible selon les termes de la licence Creative Commons CC0 Don universel au domaine public.
La personne qui a associé une œuvre avec cet acte l’a placée dans le domaine public en renonçant mondialement à tous ses droits sur cette œuvre en vertu des lois relatives au droit d’auteur, ainsi qu’à tous les droits juridiques connexes et voisins qu’elle possédait sur l’œuvre, sans autre limite que celles imposées par la loi. Vous pouvez copier, modifier, distribuer et utiliser cette œuvre, y compris à des fins commerciales, sans qu’il soit nécessaire d’en demander la permission.

Légendes

Ajoutez en une ligne la description de ce que représente ce fichier

Éléments décrits dans ce fichier

dépeint

Historique du fichier

Cliquer sur une date et heure pour voir le fichier tel qu'il était à ce moment-là.

Date et heureVignetteDimensionsUtilisateurCommentaire
actuel24 juillet 2013 à 11:04Vignette pour la version du 24 juillet 2013 à 11:04625 × 685 (83 kio)Nl74User created page with UploadWizard

La page suivante utilise ce fichier :

Usage global du fichier

Les autres wikis suivants utilisent ce fichier :

Métadonnées