summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEinar Egilsson <einar@einaregilsson.com>2012-05-16 22:50:07 +0200
committerEinar Egilsson <einar@einaregilsson.com>2012-05-16 22:50:07 +0200
commit6462d02c4355adb8f7c963efb1bb89ca88c3d3b8 (patch)
tree82d9489fe6e3f137a43c756f2f9cd1fdea7972e7
parent4d4f85a21898437991e0182e197cdb5594f2c892 (diff)
Fixed svg to be scalable
-rw-r--r--demo.html3
-rw-r--r--svg/c1.svg (renamed from svg/cAce.svg)1
-rw-r--r--svg/c10.svg1
-rw-r--r--svg/c11.svg (renamed from svg/cJack.svg)1
-rw-r--r--svg/c12.svg (renamed from svg/cQueen.svg)1
-rw-r--r--svg/c13.svg (renamed from svg/cKing.svg)1
-rw-r--r--svg/c14.svg147
-rw-r--r--svg/c3.svg1
-rw-r--r--svg/c4.svg1
-rw-r--r--svg/c5.svg1
-rw-r--r--svg/c6.svg3
-rw-r--r--svg/c7.svg1
-rw-r--r--svg/c9.svg1
-rw-r--r--svg/cardback_blue.svg (renamed from svg/bluecardback.svg)5
-rw-r--r--svg/cardback_red.svg (renamed from svg/redcardback.svg)1
-rw-r--r--svg/d1.svg (renamed from svg/dAce.svg)1
-rw-r--r--svg/d10.svg1
-rw-r--r--svg/d11.svg (renamed from svg/dJack.svg)1
-rw-r--r--svg/d12.svg (renamed from svg/dQueen.svg)1
-rw-r--r--svg/d13.svg (renamed from svg/dKing.svg)1
-rw-r--r--svg/d14.svg214
-rw-r--r--svg/d2.svg1
-rw-r--r--svg/d3.svg1
-rw-r--r--svg/d4.svg1
-rw-r--r--svg/d5.svg1
-rw-r--r--svg/d6.svg1
-rw-r--r--svg/d7.svg1
-rw-r--r--svg/d9.svg1
-rw-r--r--svg/h1.svg (renamed from svg/hAce.svg)1
-rw-r--r--svg/h10.svg1
-rw-r--r--svg/h11.svg (renamed from svg/hJack.svg)1
-rw-r--r--svg/h12.svg (renamed from svg/hQueen.svg)1
-rw-r--r--svg/h13.svg (renamed from svg/hKing.svg)1
-rw-r--r--svg/h14.svg194
-rw-r--r--svg/h2.svg1
-rw-r--r--svg/h3.svg1
-rw-r--r--svg/h4.svg1
-rw-r--r--svg/h5.svg1
-rw-r--r--svg/h6.svg1
-rw-r--r--svg/h7.svg1
-rw-r--r--svg/h9.svg1
-rw-r--r--svg/joker_black.svg (renamed from svg/blackjoker.svg)5
-rw-r--r--svg/joker_red.svg (renamed from svg/redjoker.svg)1
-rw-r--r--svg/s1.svg (renamed from svg/sAce.svg)1
-rw-r--r--svg/s10.svg1
-rw-r--r--svg/s11.svg (renamed from svg/sJack.svg)1
-rw-r--r--svg/s12.svg (renamed from svg/sQueen.svg)1
-rw-r--r--svg/s13.svg (renamed from svg/sKing.svg)1
-rw-r--r--svg/s14.svg214
-rw-r--r--svg/s2.svg1
-rw-r--r--svg/s3.svg1
-rw-r--r--svg/s4.svg1
-rw-r--r--svg/s5.svg1
-rw-r--r--svg/s6.svg1
-rw-r--r--svg/s7.svg1
-rw-r--r--svg/s9.svg1
56 files changed, 775 insertions, 58 deletions
diff --git a/demo.html b/demo.html
index fc9f60d..b78e668 100644
--- a/demo.html
+++ b/demo.html
@@ -49,7 +49,10 @@
</head>
<body>
<h1>Cards.js</h1>
+ <div style="border:solid 1px black; width:90px; height:140px" >
<embed src="svg/c6.svg" type="image/svg+xml" />
+ <embed src="svg/bluecardback.svg" type="image/svg+xml" />
+ <div>
<code>
//Start by initalizing the library
cards.init({table:'#card-table'});
diff --git a/svg/cAce.svg b/svg/c1.svg
index 0385b60..ed70c4d 100644
--- a/svg/cAce.svg
+++ b/svg/c1.svg
@@ -11,7 +11,6 @@
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
id="svg2"
height="190.00000"
- width="140.00000"
preserveAspectRatio="xMinYMin meet"
viewBox="0 0 140 190"
y="0.0000000"
diff --git a/svg/c10.svg b/svg/c10.svg
index c88395d..6d740e0 100644
--- a/svg/c10.svg
+++ b/svg/c10.svg
@@ -11,7 +11,6 @@
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
id="svg2"
height="190.00000"
- width="140.00000"
preserveAspectRatio="xMinYMin meet"
viewBox="0 0 140 190"
y="0.0000000"
diff --git a/svg/cJack.svg b/svg/c11.svg
index f699724..0bd36ef 100644
--- a/svg/cJack.svg
+++ b/svg/c11.svg
@@ -16,7 +16,6 @@
version="1.0"
x="0.0000000"
y="0.0000000"
- width="140.00000"
preserveAspectRatio="xMinYMin meet"
viewBox="0 0 140 190"
height="190.00000"
diff --git a/svg/cQueen.svg b/svg/c12.svg
index d5ff6bd..eb74605 100644
--- a/svg/cQueen.svg
+++ b/svg/c12.svg
@@ -11,7 +11,6 @@
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
id="svg2"
height="190.00000"
- width="140.00000"
preserveAspectRatio="xMinYMin meet"
viewBox="0 0 140 190"
y="0.0000000"
diff --git a/svg/cKing.svg b/svg/c13.svg
index 03853af..3f73e59 100644
--- a/svg/cKing.svg
+++ b/svg/c13.svg
@@ -11,7 +11,6 @@
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
id="svg2"
height="190.00000"
- width="140.00000"
preserveAspectRatio="xMinYMin meet"
viewBox="0 0 140 190"
y="0.0000000"
diff --git a/svg/c14.svg b/svg/c14.svg
new file mode 100644
index 0000000..ed70c4d
--- /dev/null
+++ b/svg/c14.svg
@@ -0,0 +1,147 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://web.resource.org/cc/"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ id="svg2"
+ height="190.00000"
+ preserveAspectRatio="xMinYMin meet"
+ viewBox="0 0 140 190"
+ y="0.0000000"
+ x="0.0000000"
+ version="1.0"
+ sodipodi:version="0.32"
+ inkscape:version="0.41+cvs"
+ sodipodi:docname="white_c_a.svg"
+ sodipodi:docbase="/home/nicu/Desktop/card_nicu_buculei_01.zip_FILES/cards/white">
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1152"
+ inkscape:window-height="791"
+ inkscape:zoom="1.0000000"
+ inkscape:cx="70.000000"
+ inkscape:cy="95.000000"
+ inkscape:window-x="0"
+ inkscape:window-y="26"
+ inkscape:current-layer="svg2" />
+ <defs
+ id="defs3">
+ <linearGradient
+ id="linearGradient2060">
+ <stop
+ id="stop2062"
+ offset="0.0000000"
+ style="stop-color:#ebf0d0;stop-opacity:1.0000000;" />
+ <stop
+ id="stop2064"
+ offset="1.0000000"
+ style="stop-color:#ffffeb;stop-opacity:1.0000000;" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(0.000000,-1.000000)"
+ gradientUnits="userSpaceOnUse"
+ xlink:href="#linearGradient2060"
+ id="linearGradient4853"
+ y2="128.69501"
+ x2="109.00000"
+ y1="63.099518"
+ x1="2.0000000" />
+ </defs>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1">
+ <g
+ id="g5630">
+ <path
+ style="fill:#ffffff;fill-opacity:1.0000000;stroke:black;stroke-width:0.70000000;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000"
+ d="M 18.000000,1.9999995 L 121.00000,1.9999995 C 129.86400,1.9999995 137.00000,9.1359995 137.00000,18.000000 L 137.00000,171.00000 C 137.00000,179.86400 129.86400,187.00000 121.00000,187.00000 L 18.000000,187.00000 C 9.1360000,187.00000 2.0000000,179.86400 2.0000000,171.00000 L 2.0000000,18.000000 C 2.0000000,9.1359995 9.1360000,1.9999995 18.000000,1.9999995 z "
+ id="rect1306" />
+ </g>
+ <g
+ transform="translate(-448.5000,-231.5000)"
+ id="g5495"
+ inkscape:groupmode="layer"
+ inkscape:label="Layer 1" />
+ </g>
+ <path
+ id="text1481"
+ style="font-size:37.418766;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;fill:#000000;fill-opacity:1.0000000;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;font-family:Bitstream Vera Sans;text-anchor:start;writing-mode:lr-tb"
+ d="M 25.078906,36.774534 L 15.077649,36.774534 L 13.499377,42.240029 L 7.0699976,42.240029 L 16.257199,12.240088 L 23.882742,12.240088 L 33.069943,42.240029 L 26.640564,42.240029 L 25.078906,36.774534 M 16.672534,31.208571 L 23.467407,31.208571 L 20.078278,19.272894 L 16.672534,31.208571" />
+ <path
+ id="text4064"
+ style="font-size:37.418766;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;fill:#000000;fill-opacity:1.0000000;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;font-family:Bitstream Vera Sans;text-anchor:start;writing-mode:lr-tb"
+ d="M 113.61105,152.09552 L 123.61231,152.09552 L 125.19057,146.63002 L 131.61996,146.63002 L 122.43276,176.62997 L 114.80721,176.62997 L 105.62001,146.63002 L 112.04939,146.63002 L 113.61105,152.09552 M 122.01742,157.66148 L 115.22255,157.66148 L 118.61168,169.59716 L 122.01742,157.66148" />
+ <path
+ sodipodi:nodetypes="cscsssccccccssscsc"
+ id="path908"
+ style="fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"
+ d="M 20.527261,48.665000 C 17.860877,48.665000 15.697394,51.928523 15.697394,55.950664 C 15.697394,59.377240 20.089490,65.142330 19.918919,67.880240 C 18.508668,68.662660 14.151660,61.442720 11.899866,61.442720 C 9.2334820,61.442720 7.0700000,64.706240 7.0700000,68.728380 C 7.0700000,72.750530 9.2334820,76.014050 11.899866,76.014050 C 14.212394,76.014050 18.175527,68.800060 19.918919,69.451390 L 16.990005,82.325000 L 24.013589,82.283290 C 24.013589,82.283290 20.936644,69.802100 20.932822,69.507000 L 20.988126,69.507000 L 20.988126,69.520910 C 22.695429,68.881200 26.793987,76.153080 29.090134,76.153090 C 31.756521,76.153090 33.920003,72.889570 33.920000,68.867420 C 33.920000,64.845280 31.756521,61.581760 29.090134,61.581760 C 26.847510,61.581760 22.782426,68.682290 20.997343,67.949760 C 21.022420,65.144330 25.357127,59.373473 25.357127,55.950664 C 25.357127,51.928523 23.193647,48.665000 20.527261,48.665000 z " />
+ <path
+ sodipodi:nodetypes="cscsssccccccssscsc"
+ id="path4052"
+ style="fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"
+ d="M 117.41824,139.96250 C 120.08462,139.96250 122.24811,136.69898 122.24811,132.67684 C 122.24811,129.25026 117.85601,123.48517 118.02658,120.74726 C 119.43683,119.96484 123.79384,127.18478 126.04563,127.18478 C 128.71202,127.18478 130.87550,123.92126 130.87550,119.89912 C 130.87550,115.87697 128.71202,112.61345 126.04563,112.61345 C 123.73311,112.61345 119.76997,119.82744 118.02658,119.17611 L 120.95550,106.30250 L 113.93191,106.34421 C 113.93191,106.34421 117.00886,118.82540 117.01268,119.12050 L 116.95737,119.12050 L 116.95737,119.10659 C 115.25007,119.74630 111.15151,112.47442 108.85537,112.47441 C 106.18898,112.47441 104.02550,115.73793 104.02550,119.76008 C 104.02550,123.78222 106.18898,127.04574 108.85537,127.04574 C 111.09799,127.04574 115.16307,119.94521 116.94816,120.67774 C 116.92308,123.48317 112.58837,129.25403 112.58837,132.67684 C 112.58837,136.69898 114.75185,139.96250 117.41824,139.96250 z " />
+ <path
+ sodipodi:nodetypes="cscsssccccccssscsc"
+ id="path4078"
+ style="fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"
+ d="M 69.529280,59.050000 C 63.803258,59.050000 59.157208,66.062793 59.157208,74.705728 C 59.157208,82.068904 68.589173,94.457168 68.222874,100.34050 C 65.194380,102.02180 55.837766,86.507293 51.002070,86.507293 C 45.276047,86.507293 40.630000,93.520080 40.630000,102.16302 C 40.630000,110.80598 45.276047,117.81877 51.002070,117.81877 C 55.968191,117.81877 64.478964,102.31705 68.222874,103.71665 L 61.933072,131.38000 L 77.016121,131.29037 C 77.016121,131.29037 70.408424,104.47027 70.400217,103.83615 L 70.518981,103.83615 L 70.518981,103.86604 C 74.185390,102.49141 82.986987,118.11752 87.917930,118.11754 C 93.643959,118.11754 98.290006,111.10476 98.290000,102.46180 C 98.290000,93.818855 93.643959,86.806068 87.917930,86.806068 C 83.101927,86.806068 74.372215,102.06398 70.538775,100.48989 C 70.592627,94.461466 79.901350,82.060803 79.901350,74.705728 C 79.901350,66.062793 75.255307,59.050000 69.529280,59.050000 z " />
+
+
+ <metadata>
+ <rdf:RDF
+ xmlns="http://web.resource.org/cc/"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <Work rdf:about="">
+ <dc:title>card</dc:title>
+ <dc:description></dc:description>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>white</rdf:li>
+ <rdf:li>card</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ <dc:publisher>
+ <Agent>
+ <dc:title></dc:title>
+ </Agent>
+ </dc:publisher>
+ <dc:creator>
+ <Agent>
+ <dc:title>Nicu Buculei</dc:title>
+ </Agent>
+ </dc:creator>
+ <dc:rights>
+ <Agent>
+ <dc:title>Nicu Buculei</dc:title>
+ </Agent>
+ </dc:rights>
+ <dc:date></dc:date>
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <license rdf:resource="http://web.resource.org/cc/PublicDomain" />
+ <dc:language>en</dc:language>
+ </Work>
+
+ <License rdf:about="http://web.resource.org/cc/PublicDomain">
+ <permits rdf:resource="http://web.resource.org/cc/Reproduction" />
+ <permits rdf:resource="http://web.resource.org/cc/Distribution" />
+ <permits rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+ </License>
+
+ </rdf:RDF>
+ </metadata>
+</svg>
diff --git a/svg/c3.svg b/svg/c3.svg
index e2ceae9..adb20e6 100644
--- a/svg/c3.svg
+++ b/svg/c3.svg
@@ -11,7 +11,6 @@
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
id="svg2"
height="190.00000"
- width="140.00000"
preserveAspectRatio="xMinYMin meet"
viewBox="0 0 140 190"
y="0.0000000"
diff --git a/svg/c4.svg b/svg/c4.svg
index d5e3a3a..ab594c5 100644
--- a/svg/c4.svg
+++ b/svg/c4.svg
@@ -11,7 +11,6 @@
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
id="svg2"
height="190.00000"
- width="140.00000"
preserveAspectRatio="xMinYMin meet"
viewBox="0 0 140 190"
y="0.0000000"
diff --git a/svg/c5.svg b/svg/c5.svg
index 683bc70..c366b8d 100644
--- a/svg/c5.svg
+++ b/svg/c5.svg
@@ -11,7 +11,6 @@
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
id="svg2"
height="190.00000"
- width="140.00000"
preserveAspectRatio="xMinYMin meet"
viewBox="0 0 140 190"
y="0.0000000"
diff --git a/svg/c6.svg b/svg/c6.svg
index a72e9cc..00286cc 100644
--- a/svg/c6.svg
+++ b/svg/c6.svg
@@ -10,8 +10,7 @@
xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
id="svg2"
- height="190.00000"
- width="140.00000"
+
preserveAspectRatio="xMinYMin meet"
viewBox="0 0 140 190"
y="0.0000000"
diff --git a/svg/c7.svg b/svg/c7.svg
index 109b369..bcb6b2a 100644
--- a/svg/c7.svg
+++ b/svg/c7.svg
@@ -11,7 +11,6 @@
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
id="svg2"
height="190.00000"
- width="140.00000"
preserveAspectRatio="xMinYMin meet"
viewBox="0 0 140 190"
y="0.0000000"
diff --git a/svg/c9.svg b/svg/c9.svg
index 63854ed..047095f 100644
--- a/svg/c9.svg
+++ b/svg/c9.svg
@@ -11,7 +11,6 @@
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
id="svg2"
height="190.00000"
- width="140.00000"
preserveAspectRatio="xMinYMin meet"
viewBox="0 0 140 190"
y="0.0000000"
diff --git a/svg/bluecardback.svg b/svg/cardback_blue.svg
index 38dcae8..158e33a 100644
--- a/svg/bluecardback.svg
+++ b/svg/cardback_blue.svg
@@ -16,10 +16,7 @@
version="1.0"
x="0.0000000"
y="0.0000000"
- width="140.00000"
- preserveAspectRatio="xMinYMin meet"
- viewBox="0 0 140 190"
- height="190.00000"
+ preserveAspectRatio="xMinYMin meet" viewBox="0 0 140 190"
id="svg2">
<sodipodi:namedview
diff --git a/svg/redcardback.svg b/svg/cardback_red.svg
index c53fd67..97ede25 100644
--- a/svg/redcardback.svg
+++ b/svg/cardback_red.svg
@@ -16,7 +16,6 @@
version="1.0"
x="0.0000000"
y="0.0000000"
- width="140.00000"
preserveAspectRatio="xMinYMin meet"
viewBox="0 0 140 190"
height="190.00000"
diff --git a/svg/dAce.svg b/svg/d1.svg
index 6e6a523..5167f82 100644
--- a/svg/dAce.svg
+++ b/svg/d1.svg
@@ -16,7 +16,6 @@
version="1.0"
x="0.0000000"
y="0.0000000"
- width="140.00000"
preserveAspectRatio="xMinYMin meet"
viewBox="0 0 140 190"
height="190.00000"
diff --git a/svg/d10.svg b/svg/d10.svg
index 85c70a7..e4aab4a 100644
--- a/svg/d10.svg
+++ b/svg/d10.svg
@@ -16,7 +16,6 @@
version="1.0"
x="0.0000000"
y="0.0000000"
- width="140.00000"
preserveAspectRatio="xMinYMin meet"
viewBox="0 0 140 190"
height="190.00000"
diff --git a/svg/dJack.svg b/svg/d11.svg
index 96aa90f..0b6f1f2 100644
--- a/svg/dJack.svg
+++ b/svg/d11.svg
@@ -11,7 +11,6 @@
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
id="svg2"
height="190.00000"
- width="140.00000"
preserveAspectRatio="xMinYMin meet"
viewBox="0 0 140 190"
y="0.0000000"
diff --git a/svg/dQueen.svg b/svg/d12.svg
index 347763b..39a43b2 100644
--- a/svg/dQueen.svg
+++ b/svg/d12.svg
@@ -16,7 +16,6 @@
version="1.0"
x="0.0000000"
y="0.0000000"
- width="140.00000"
preserveAspectRatio="xMinYMin meet"
viewBox="0 0 140 190"
height="190.00000"
diff --git a/svg/dKing.svg b/svg/d13.svg
index 2ac2553..4a9c541 100644
--- a/svg/dKing.svg
+++ b/svg/d13.svg
@@ -16,7 +16,6 @@
version="1.0"
x="0.0000000"
y="0.0000000"
- width="140.00000"
preserveAspectRatio="xMinYMin meet"
viewBox="0 0 140 190"
height="190.00000"
diff --git a/svg/d14.svg b/svg/d14.svg
new file mode 100644
index 0000000..5167f82
--- /dev/null
+++ b/svg/d14.svg
@@ -0,0 +1,214 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://web.resource.org/cc/"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ sodipodi:docbase="/home/nicu/Desktop/simple"
+ sodipodi:docname="d_a.svg"
+ inkscape:version="0.41"
+ sodipodi:version="0.32"
+ version="1.0"
+ x="0.0000000"
+ y="0.0000000"
+ preserveAspectRatio="xMinYMin meet"
+ viewBox="0 0 140 190"
+ height="190.00000"
+ id="svg2">
+
+ <sodipodi:namedview
+ inkscape:current-layer="svg2"
+ inkscape:window-y="26"
+ inkscape:window-x="0"
+ inkscape:cy="95.000001"
+ inkscape:cx="70.000003"
+ inkscape:zoom="1.9105263"
+ inkscape:window-height="791"
+ inkscape:window-width="1152"
+ inkscape:pageshadow="2"
+ inkscape:pageopacity="0.0"
+ borderopacity="1.0"
+ bordercolor="#666666"
+ pagecolor="#ffffff"
+ id="base" />
+ <defs
+ id="defs3">
+ <linearGradient
+ id="linearGradient3920">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop3922" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.0000000;"
+ offset="1.0000000"
+ id="stop3924" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2060">
+ <stop
+ style="stop-color:#ebf0d0;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop2062" />
+ <stop
+ style="stop-color:#ffffeb;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop2064" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient1575">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.50000000;"
+ offset="0.0000000"
+ id="stop1576" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.0000000;"
+ offset="1.0000000"
+ id="stop1577" />
+ </linearGradient>
+ <linearGradient
+ x1="2.0000000"
+ y1="63.099518"
+ x2="109.00000"
+ y2="128.69501"
+ id="linearGradient4853"
+ xlink:href="#linearGradient2060"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0.000000,-1.000000)" />
+ <linearGradient
+ x1="233.88673"
+ y1="142.78372"
+ x2="159.43488"
+ y2="209.56096"
+ id="linearGradient3926"
+ xlink:href="#linearGradient3920"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="336.94821"
+ y1="2.4244735"
+ x2="382.38123"
+ y2="42.539261"
+ id="linearGradient1555"
+ xlink:href="#linearGradient1575"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(0.900444,1.110563)" />
+ <linearGradient
+ id="linearGradient1461">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.50000000;"
+ offset="0.0000000"
+ id="stop1463" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.0000000;"
+ offset="1.0000000"
+ id="stop1465" />
+ </linearGradient>
+ <linearGradient
+ x1="336.94821"
+ y1="2.4244735"
+ x2="382.38123"
+ y2="42.539261"
+ id="linearGradient1473"
+ xlink:href="#linearGradient1575"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.900444,0.000000,0.000000,1.110563,-12.67155,196.4597)" />
+ <linearGradient
+ x1="2.0000000"
+ y1="63.099518"
+ x2="109.00000"
+ y2="128.69501"
+ id="linearGradient3792"
+ xlink:href="#linearGradient2060"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0.000000,-1.000000)" />
+ </defs>
+ <g
+ id="layer1"
+ inkscape:groupmode="layer"
+ inkscape:label="Layer 1">
+ <g
+ id="g5630">
+ <path
+ id="rect1306"
+ d="M 18.000000,1.9999995 L 121.00000,1.9999995 C 129.86400,1.9999995 137.00000,9.1359995 137.00000,18.000000 L 137.00000,171.00000 C 137.00000,179.86400 129.86400,187.00000 121.00000,187.00000 L 18.000000,187.00000 C 9.1360000,187.00000 2.0000000,179.86400 2.0000000,171.00000 L 2.0000000,18.000000 C 2.0000000,9.1359995 9.1360000,1.9999995 18.000000,1.9999995 z "
+ style="fill:#ffffff;fill-opacity:1.0000000;stroke:black;stroke-width:0.70000000;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000" />
+ </g>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="g5495"
+ transform="translate(-448.5000,-231.5000)" />
+ </g>
+ <path
+ d="M 25.078906,36.774534 L 15.077649,36.774534 L 13.499377,42.240029 L 7.0699976,42.240029 L 16.257199,12.240088 L 23.882742,12.240088 L 33.069943,42.240029 L 26.640564,42.240029 L 25.078906,36.774534 M 16.672534,31.208571 L 23.467407,31.208571 L 20.078278,19.272894 L 16.672534,31.208571"
+ style="font-size:37.418766;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;fill:#ff0000;fill-opacity:1.0000000;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;font-family:Bitstream Vera Sans;text-anchor:start;writing-mode:lr-tb"
+ id="text1481" />
+ <path
+ d="M 113.61105,152.09552 L 123.61231,152.09552 L 125.19057,146.63002 L 131.61996,146.63002 L 122.43276,176.62997 L 114.80721,176.62997 L 105.62001,146.63002 L 112.04939,146.63002 L 113.61105,152.09552 M 122.01742,157.66148 L 115.22255,157.66148 L 118.61168,169.59716 L 122.01742,157.66148"
+ style="font-size:37.418766;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;fill:#ff0000;fill-opacity:1.0000000;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;font-family:Bitstream Vera Sans;text-anchor:start;writing-mode:lr-tb"
+ id="text3802" />
+ <path
+ d="M 20.409550,48.665000 C 16.283710,56.910480 13.275310,61.163050 7.0700000,65.704560 C 12.942390,70.191570 17.082700,74.829030 20.530180,82.325000 C 23.609430,75.203780 27.376590,69.895050 33.920000,65.481900 C 27.338020,62.132990 23.527370,56.828250 20.409550,48.665000 z "
+ style="fill:#ff0000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1.0000000"
+ id="path1608" />
+ <path
+ d="M 118.33956,106.34000 C 114.21371,114.58548 111.20531,118.83805 105.00000,123.37956 C 110.87239,127.86657 115.01271,132.50403 118.46019,140.00000 C 121.53944,132.87878 125.30659,127.57005 131.85000,123.15690 C 125.26803,119.80799 121.45738,114.50325 118.33956,106.34000 z "
+ style="fill:#ff0000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1.0000000"
+ id="path1518" />
+ <path
+ d="M 69.276497,59.050000 C 60.416314,76.768228 53.955817,85.906327 40.630000,95.665311 C 53.240876,105.30718 62.132133,115.27235 69.535549,131.38000 C 76.148195,116.07763 84.238118,104.67001 98.290000,95.186850 C 84.155290,87.990574 75.971972,76.591529 69.276497,59.050000 z "
+ style="fill:#ff0000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1.0000000"
+ id="path3794" />
+
+
+
+ <metadata>
+ <rdf:RDF
+ xmlns="http://web.resource.org/cc/"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <Work rdf:about="">
+ <dc:title>card</dc:title>
+ <dc:description></dc:description>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>white</rdf:li>
+ <rdf:li>card</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ <dc:publisher>
+ <Agent>
+ <dc:title></dc:title>
+ </Agent>
+ </dc:publisher>
+ <dc:creator>
+ <Agent>
+ <dc:title>Nicu Buculei</dc:title>
+ </Agent>
+ </dc:creator>
+ <dc:rights>
+ <Agent>
+ <dc:title>Nicu Buculei</dc:title>
+ </Agent>
+ </dc:rights>
+ <dc:date></dc:date>
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <license rdf:resource="http://web.resource.org/cc/PublicDomain" />
+ <dc:language>en</dc:language>
+ </Work>
+
+ <License rdf:about="http://web.resource.org/cc/PublicDomain">
+ <permits rdf:resource="http://web.resource.org/cc/Reproduction" />
+ <permits rdf:resource="http://web.resource.org/cc/Distribution" />
+ <permits rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+ </License>
+
+ </rdf:RDF>
+ </metadata>
+</svg>
diff --git a/svg/d2.svg b/svg/d2.svg
index 5f74455..220cbea 100644
--- a/svg/d2.svg
+++ b/svg/d2.svg
@@ -16,7 +16,6 @@
version="1.0"
x="0.0000000"
y="0.0000000"
- width="140.00000"
preserveAspectRatio="xMinYMin meet"
viewBox="0 0 140 190"
height="190.00000"
diff --git a/svg/d3.svg b/svg/d3.svg
index 9593cb6..443cf86 100644
--- a/svg/d3.svg
+++ b/svg/d3.svg
@@ -16,7 +16,6 @@
version="1.0"
x="0.0000000"
y="0.0000000"
- width="140.00000"
preserveAspectRatio="xMinYMin meet"
viewBox="0 0 140 190"
height="190.00000"
diff --git a/svg/d4.svg b/svg/d4.svg
index e5afed3..ed64e47 100644
--- a/svg/d4.svg
+++ b/svg/d4.svg
@@ -16,7 +16,6 @@
version="1.0"
x="0.0000000"
y="0.0000000"
- width="140.00000"
preserveAspectRatio="xMinYMin meet"
viewBox="0 0 140 190"
height="190.00000"
diff --git a/svg/d5.svg b/svg/d5.svg
index f09072d..30632da 100644
--- a/svg/d5.svg
+++ b/svg/d5.svg
@@ -16,7 +16,6 @@
version="1.0"
x="0.0000000"
y="0.0000000"
- width="140.00000"
preserveAspectRatio="xMinYMin meet"
viewBox="0 0 140 190"
height="190.00000"
diff --git a/svg/d6.svg b/svg/d6.svg
index e43b123..a571cd6 100644
--- a/svg/d6.svg
+++ b/svg/d6.svg
@@ -16,7 +16,6 @@
version="1.0"
x="0.0000000"
y="0.0000000"
- width="140.00000"
preserveAspectRatio="xMinYMin meet"
viewBox="0 0 140 190"
height="190.00000"
diff --git a/svg/d7.svg b/svg/d7.svg
index ecea9e0..d3efb9d 100644
--- a/svg/d7.svg
+++ b/svg/d7.svg
@@ -16,7 +16,6 @@
version="1.0"
x="0.0000000"
y="0.0000000"
- width="140.00000"
preserveAspectRatio="xMinYMin meet"
viewBox="0 0 140 190"
height="190.00000"
diff --git a/svg/d9.svg b/svg/d9.svg
index 124d5ba..9d3f769 100644
--- a/svg/d9.svg
+++ b/svg/d9.svg
@@ -16,7 +16,6 @@
version="1.0"
x="0.0000000"
y="0.0000000"
- width="140.00000"
preserveAspectRatio="xMinYMin meet"
viewBox="0 0 140 190"
height="190.00000"
diff --git a/svg/hAce.svg b/svg/h1.svg
index c0bf8df..c0d71d9 100644
--- a/svg/hAce.svg
+++ b/svg/h1.svg
@@ -16,7 +16,6 @@
version="1.0"
x="0.0000000"
y="0.0000000"
- width="140.00000"
preserveAspectRatio="xMinYMin meet"
viewBox="0 0 140 190"
height="190.00000"
diff --git a/svg/h10.svg b/svg/h10.svg
index 9f14a7d..d0e7cba 100644
--- a/svg/h10.svg
+++ b/svg/h10.svg
@@ -16,7 +16,6 @@
version="1.0"
x="0.0000000"
y="0.0000000"
- width="140.00000"
preserveAspectRatio="xMinYMin meet"
viewBox="0 0 140 190"
height="190.00000"
diff --git a/svg/hJack.svg b/svg/h11.svg
index 77c0292..69b8e7b 100644
--- a/svg/hJack.svg
+++ b/svg/h11.svg
@@ -11,7 +11,6 @@
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
id="svg2"
height="190.00000"
- width="140.00000"
preserveAspectRatio="xMinYMin meet"
viewBox="0 0 140 190"
y="0.0000000"
diff --git a/svg/hQueen.svg b/svg/h12.svg
index 51a09dd..be50c77 100644
--- a/svg/hQueen.svg
+++ b/svg/h12.svg
@@ -16,7 +16,6 @@
version="1.0"
x="0.0000000"
y="0.0000000"
- width="140.00000"
preserveAspectRatio="xMinYMin meet"
viewBox="0 0 140 190"
height="190.00000"
diff --git a/svg/hKing.svg b/svg/h13.svg
index 4a2d1bc..ec6130a 100644
--- a/svg/hKing.svg
+++ b/svg/h13.svg
@@ -11,7 +11,6 @@
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
id="svg2"
height="190.00000"
- width="140.00000"
preserveAspectRatio="xMinYMin meet"
viewBox="0 0 140 190"
y="0.0000000"
diff --git a/svg/h14.svg b/svg/h14.svg
new file mode 100644
index 0000000..c0d71d9
--- /dev/null
+++ b/svg/h14.svg
@@ -0,0 +1,194 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://web.resource.org/cc/"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ sodipodi:docbase="/home/nicu/Desktop/simple"
+ sodipodi:docname="h_a.svg"
+ inkscape:version="0.41"
+ sodipodi:version="0.32"
+ version="1.0"
+ x="0.0000000"
+ y="0.0000000"
+ preserveAspectRatio="xMinYMin meet"
+ viewBox="0 0 140 190"
+ height="190.00000"
+ id="svg2">
+
+ <sodipodi:namedview
+ inkscape:current-layer="svg2"
+ inkscape:window-y="26"
+ inkscape:window-x="0"
+ inkscape:cy="95.000001"
+ inkscape:cx="70.000003"
+ inkscape:zoom="1.9105263"
+ inkscape:window-height="791"
+ inkscape:window-width="1152"
+ inkscape:pageshadow="2"
+ inkscape:pageopacity="0.0"
+ borderopacity="1.0"
+ bordercolor="#666666"
+ pagecolor="#ffffff"
+ id="base" />
+ <defs
+ id="defs3">
+ <linearGradient
+ id="linearGradient3920">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop3922" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.0000000;"
+ offset="1.0000000"
+ id="stop3924" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2060">
+ <stop
+ style="stop-color:#ebf0d0;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop2062" />
+ <stop
+ style="stop-color:#ffffeb;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop2064" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient1575">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.50000000;"
+ offset="0.0000000"
+ id="stop1576" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.0000000;"
+ offset="1.0000000"
+ id="stop1577" />
+ </linearGradient>
+ <linearGradient
+ x1="2.0000000"
+ y1="63.099518"
+ x2="109.00000"
+ y2="128.69501"
+ id="linearGradient4853"
+ xlink:href="#linearGradient2060"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0.000000,-1.000000)" />
+ <linearGradient
+ x1="233.88673"
+ y1="142.78372"
+ x2="159.43488"
+ y2="209.56096"
+ id="linearGradient3926"
+ xlink:href="#linearGradient3920"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <g
+ id="layer1"
+ inkscape:groupmode="layer"
+ inkscape:label="Layer 1">
+ <g
+ id="g5630">
+ <path
+ id="rect1306"
+ d="M 18.000000,1.9999995 L 121.00000,1.9999995 C 129.86400,1.9999995 137.00000,9.1359995 137.00000,18.000000 L 137.00000,171.00000 C 137.00000,179.86400 129.86400,187.00000 121.00000,187.00000 L 18.000000,187.00000 C 9.1360000,187.00000 2.0000000,179.86400 2.0000000,171.00000 L 2.0000000,18.000000 C 2.0000000,9.1359995 9.1360000,1.9999995 18.000000,1.9999995 z "
+ style="fill:#ffffff;fill-opacity:1.0000000;stroke:black;stroke-width:0.70000000;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000" />
+ </g>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="g5495"
+ transform="translate(-448.5000,-231.5000)" />
+ </g>
+ <path
+ d="M 25.448816,36.534318 L 15.447555,36.534318 L 13.869283,41.999815 L 7.4399004,41.999815 L 16.627105,11.999862 L 24.252652,11.999862 L 33.439857,41.999815 L 27.010475,41.999815 L 25.448816,36.534318 M 17.042441,30.968353 L 23.837317,30.968353 L 20.448185,19.032671 L 17.042441,30.968353"
+ style="font-size:37.418781;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;fill:#ff0000;fill-opacity:1.0000000;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;font-family:Bitstream Vera Sans;text-anchor:start;writing-mode:lr-tb"
+ id="text2070" />
+ <g
+ transform="matrix(0.286388,0.000000,0.000000,0.388772,-29.03393,-9.472414)"
+ style="fill:#ff0000;fill-opacity:1.0000000"
+ id="g1605">
+ <path
+ d="M 147.20601,156.41679 C 144.67035,156.42954 141.88421,156.89888 138.79976,157.94804 C 105.17650,177.48492 150.50459,208.98936 169.64351,236.04179 L 170.19602,236.18010 C 191.22900,206.61098 231.26801,174.07246 200.67476,157.94804 C 176.43799,149.70401 169.96344,177.14611 169.73726,178.13554 C 169.53987,177.27202 164.59485,156.32936 147.20601,156.41679 z "
+ transform="matrix(1.105375,0.000000,0.000000,1.079637,-12.01415,-18.86731)"
+ style="fill-rule:evenodd;stroke:none;stroke-width:3.4289415;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000"
+ id="path1585" />
+ </g>
+ <path
+ d="M 113.57164,152.46561 L 123.57290,152.46561 L 125.15117,147.00012 L 131.58055,147.00012 L 122.39335,177.00007 L 114.76780,177.00007 L 105.58060,147.00012 L 112.00998,147.00012 L 113.57164,152.46561 M 121.97802,158.03158 L 115.18313,158.03158 L 118.57226,169.96725 L 121.97802,158.03158"
+ style="font-size:37.418781;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;fill:#ff0000;fill-opacity:1.0000000;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;font-family:Bitstream Vera Sans;text-anchor:start;writing-mode:lr-tb"
+ id="text15628" />
+ <g
+ transform="matrix(-0.286429,0.000000,0.000000,-0.388772,168.0597,198.3135)"
+ style="fill:#ff0000;fill-opacity:1.0000000"
+ id="g15632">
+ <path
+ d="M 147.20601,156.41679 C 144.67035,156.42954 141.88421,156.89888 138.79976,157.94804 C 105.17650,177.48492 150.50459,208.98936 169.64351,236.04179 L 170.19602,236.18010 C 191.22900,206.61098 231.26801,174.07246 200.67476,157.94804 C 176.43799,149.70401 169.96344,177.14611 169.73726,178.13554 C 169.53987,177.27202 164.59485,156.32936 147.20601,156.41679 z "
+ transform="matrix(1.105375,0.000000,0.000000,1.079637,-12.01415,-18.86731)"
+ style="fill-rule:evenodd;stroke:none;stroke-width:3.4289415;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000"
+ id="path15634" />
+ </g>
+ <g
+ transform="matrix(0.613301,0.000000,0.000000,0.839802,-37.91916,-66.91528)"
+ style="fill-opacity:1.0000000;fill:#ff0000"
+ id="g1318">
+ <path
+ d="M 147.20601,156.41679 C 144.67035,156.42954 141.88421,156.89888 138.79976,157.94804 C 105.17650,177.48492 150.50459,208.98936 169.64351,236.04179 L 170.19602,236.18010 C 191.22900,206.61098 231.26801,174.07246 200.67476,157.94804 C 176.43799,149.70401 169.96344,177.14611 169.73726,178.13554 C 169.53987,177.27202 164.59485,156.32936 147.20601,156.41679 z "
+ transform="matrix(1.105375,0.000000,0.000000,1.079637,-12.01415,-18.86731)"
+ style="fill-rule:evenodd;stroke:none;stroke-width:3.4289415;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000"
+ id="path1320" />
+ </g>
+
+
+
+ <metadata>
+ <rdf:RDF
+ xmlns="http://web.resource.org/cc/"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <Work rdf:about="">
+ <dc:title>card</dc:title>
+ <dc:description></dc:description>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>white</rdf:li>
+ <rdf:li>card</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ <dc:publisher>
+ <Agent>
+ <dc:title></dc:title>
+ </Agent>
+ </dc:publisher>
+ <dc:creator>
+ <Agent>
+ <dc:title>Nicu Buculei</dc:title>
+ </Agent>
+ </dc:creator>
+ <dc:rights>
+ <Agent>
+ <dc:title>Nicu Buculei</dc:title>
+ </Agent>
+ </dc:rights>
+ <dc:date></dc:date>
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <license rdf:resource="http://web.resource.org/cc/PublicDomain" />
+ <dc:language>en</dc:language>
+ </Work>
+
+ <License rdf:about="http://web.resource.org/cc/PublicDomain">
+ <permits rdf:resource="http://web.resource.org/cc/Reproduction" />
+ <permits rdf:resource="http://web.resource.org/cc/Distribution" />
+ <permits rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+ </License>
+
+ </rdf:RDF>
+ </metadata>
+</svg>
diff --git a/svg/h2.svg b/svg/h2.svg
index 053056b..08dfccd 100644
--- a/svg/h2.svg
+++ b/svg/h2.svg
@@ -16,7 +16,6 @@
version="1.0"
x="0.0000000"
y="0.0000000"
- width="140.00000"
preserveAspectRatio="xMinYMin meet"
viewBox="0 0 140 190"
height="190.00000"
diff --git a/svg/h3.svg b/svg/h3.svg
index 1982080..a8b2dbd 100644
--- a/svg/h3.svg
+++ b/svg/h3.svg
@@ -16,7 +16,6 @@
version="1.0"
x="0.0000000"
y="0.0000000"
- width="140.00000"
preserveAspectRatio="xMinYMin meet"
viewBox="0 0 140 190"
height="190.00000"
diff --git a/svg/h4.svg b/svg/h4.svg
index 88a16bb..a8f3c75 100644
--- a/svg/h4.svg
+++ b/svg/h4.svg
@@ -16,7 +16,6 @@
version="1.0"
x="0.0000000"
y="0.0000000"
- width="140.00000"
preserveAspectRatio="xMinYMin meet"
viewBox="0 0 140 190"
height="190.00000"
diff --git a/svg/h5.svg b/svg/h5.svg
index 0babee4..3b33e36 100644
--- a/svg/h5.svg
+++ b/svg/h5.svg
@@ -16,7 +16,6 @@
version="1.0"
x="0.0000000"
y="0.0000000"
- width="140.00000"
preserveAspectRatio="xMinYMin meet"
viewBox="0 0 140 190"
height="190.00000"
diff --git a/svg/h6.svg b/svg/h6.svg
index 3f9587c..57da991 100644
--- a/svg/h6.svg
+++ b/svg/h6.svg
@@ -16,7 +16,6 @@
version="1.0"
x="0.0000000"
y="0.0000000"
- width="140.00000"
preserveAspectRatio="xMinYMin meet"
viewBox="0 0 140 190"
height="190.00000"
diff --git a/svg/h7.svg b/svg/h7.svg
index 053bf49..ebd1629 100644
--- a/svg/h7.svg
+++ b/svg/h7.svg
@@ -16,7 +16,6 @@
version="1.0"
x="0.0000000"
y="0.0000000"
- width="140.00000"
preserveAspectRatio="xMinYMin meet"
viewBox="0 0 140 190"
height="190.00000"
diff --git a/svg/h9.svg b/svg/h9.svg
index f8e74e7..347e938 100644
--- a/svg/h9.svg
+++ b/svg/h9.svg
@@ -16,7 +16,6 @@
version="1.0"
x="0.0000000"
y="0.0000000"
- width="140.00000"
preserveAspectRatio="xMinYMin meet"
viewBox="0 0 140 190"
height="190.00000"
diff --git a/svg/blackjoker.svg b/svg/joker_black.svg
index ceeafb9..feac746 100644
--- a/svg/blackjoker.svg
+++ b/svg/joker_black.svg
@@ -16,10 +16,7 @@
version="1.0"
x="0.0000000"
y="0.0000000"
- width="140.00000"
- preserveAspectRatio="xMinYMin meet"
- viewBox="0 0 140 190"
- height="190.00000"
+ preserveAspectRatio="xMinYMin meet" viewBox="0 0 140 190"
id="svg2">
<sodipodi:namedview
diff --git a/svg/redjoker.svg b/svg/joker_red.svg
index 42cdaa8..4dd4208 100644
--- a/svg/redjoker.svg
+++ b/svg/joker_red.svg
@@ -16,7 +16,6 @@
version="1.0"
x="0.0000000"
y="0.0000000"
- width="140.00000"
preserveAspectRatio="xMinYMin meet"
viewBox="0 0 140 190"
height="190.00000"
diff --git a/svg/sAce.svg b/svg/s1.svg
index 74052ea..916c933 100644
--- a/svg/sAce.svg
+++ b/svg/s1.svg
@@ -16,7 +16,6 @@
version="1.0"
x="0.0000000"
y="0.0000000"
- width="140.00000"
preserveAspectRatio="xMinYMin meet"
viewBox="0 0 140 190"
height="190.00000"
diff --git a/svg/s10.svg b/svg/s10.svg
index 34a9869..0368ede 100644
--- a/svg/s10.svg
+++ b/svg/s10.svg
@@ -11,7 +11,6 @@
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
id="svg2"
height="190.00000"
- width="140.00000"
preserveAspectRatio="xMinYMin meet"
viewBox="0 0 140 190"
y="0.0000000"
diff --git a/svg/sJack.svg b/svg/s11.svg
index 3b8d6fa..2d97045 100644
--- a/svg/sJack.svg
+++ b/svg/s11.svg
@@ -11,7 +11,6 @@
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
id="svg2"
height="190.00000"
- width="140.00000"
preserveAspectRatio="xMinYMin meet"
viewBox="0 0 140 190"
y="0.0000000"
diff --git a/svg/sQueen.svg b/svg/s12.svg
index d6bb061..ad3b595 100644
--- a/svg/sQueen.svg
+++ b/svg/s12.svg
@@ -11,7 +11,6 @@
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
id="svg2"
height="190.00000"
- width="140.00000"
preserveAspectRatio="xMinYMin meet"
viewBox="0 0 140 190"
y="0.0000000"
diff --git a/svg/sKing.svg b/svg/s13.svg
index 8c2aa97..2c33521 100644
--- a/svg/sKing.svg
+++ b/svg/s13.svg
@@ -11,7 +11,6 @@
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
id="svg2"
height="190.00000"
- width="140.00000"
preserveAspectRatio="xMinYMin meet"
viewBox="0 0 140 190"
y="0.0000000"
diff --git a/svg/s14.svg b/svg/s14.svg
new file mode 100644
index 0000000..916c933
--- /dev/null
+++ b/svg/s14.svg
@@ -0,0 +1,214 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://web.resource.org/cc/"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ sodipodi:docbase="/home/nicu/Desktop/card_nicu_buculei_01.zip_FILES/cards/white"
+ sodipodi:docname="white_s_a.svg"
+ inkscape:version="0.41+cvs"
+ sodipodi:version="0.32"
+ version="1.0"
+ x="0.0000000"
+ y="0.0000000"
+ preserveAspectRatio="xMinYMin meet"
+ viewBox="0 0 140 190"
+ height="190.00000"
+ id="svg2">
+ <sodipodi:namedview
+ inkscape:current-layer="svg2"
+ inkscape:window-y="26"
+ inkscape:window-x="0"
+ inkscape:cy="95.000000"
+ inkscape:cx="70.000000"
+ inkscape:zoom="1.0000000"
+ inkscape:window-height="791"
+ inkscape:window-width="1152"
+ inkscape:pageshadow="2"
+ inkscape:pageopacity="0.0"
+ borderopacity="1.0"
+ bordercolor="#666666"
+ pagecolor="#ffffff"
+ id="base" />
+ <defs
+ id="defs3">
+ <linearGradient
+ id="linearGradient3920">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop3922" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.0000000;"
+ offset="1.0000000"
+ id="stop3924" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2060">
+ <stop
+ style="stop-color:#ebf0d0;stop-opacity:1.0000000;"
+ offset="0.0000000"
+ id="stop2062" />
+ <stop
+ style="stop-color:#ffffeb;stop-opacity:1.0000000;"
+ offset="1.0000000"
+ id="stop2064" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient1575">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.50000000;"
+ offset="0.0000000"
+ id="stop1576" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.0000000;"
+ offset="1.0000000"
+ id="stop1577" />
+ </linearGradient>
+ <linearGradient
+ x1="2.0000000"
+ y1="63.099518"
+ x2="109.00000"
+ y2="128.69501"
+ id="linearGradient4853"
+ xlink:href="#linearGradient2060"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0.000000,-1.000000)" />
+ <linearGradient
+ x1="233.88673"
+ y1="142.78372"
+ x2="159.43488"
+ y2="209.56096"
+ id="linearGradient3926"
+ xlink:href="#linearGradient3920"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="336.94821"
+ y1="2.4244735"
+ x2="382.38123"
+ y2="42.539261"
+ id="linearGradient1555"
+ xlink:href="#linearGradient1575"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="scale(0.900444,1.110563)" />
+ <linearGradient
+ id="linearGradient1461">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.50000000;"
+ offset="0.0000000"
+ id="stop1463" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.0000000;"
+ offset="1.0000000"
+ id="stop1465" />
+ </linearGradient>
+ <linearGradient
+ x1="336.94821"
+ y1="2.4244735"
+ x2="382.38123"
+ y2="42.539261"
+ id="linearGradient1473"
+ xlink:href="#linearGradient1575"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.900444,0.000000,0.000000,1.110563,-12.67155,196.4597)" />
+ </defs>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1">
+ <g
+ id="g5630">
+ <path
+ style="fill:#ffffff;fill-opacity:1.0000000;stroke:black;stroke-width:0.70000000;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000"
+ d="M 18.000000,1.9999995 L 121.00000,1.9999995 C 129.86400,1.9999995 137.00000,9.1359995 137.00000,18.000000 L 137.00000,171.00000 C 137.00000,179.86400 129.86400,187.00000 121.00000,187.00000 L 18.000000,187.00000 C 9.1360000,187.00000 2.0000000,179.86400 2.0000000,171.00000 L 2.0000000,18.000000 C 2.0000000,9.1359995 9.1360000,1.9999995 18.000000,1.9999995 z "
+ id="rect1306" />
+ </g>
+ <g
+ transform="translate(-448.5000,-231.5000)"
+ id="g5495"
+ inkscape:groupmode="layer"
+ inkscape:label="Layer 1" />
+ </g>
+ <g
+ transform="matrix(1.000011,0.000000,0.000000,0.400814,-239.3272,-10.81148)"
+ id="g1600">
+ <path
+ sodipodi:nodetypes="cccccccccc"
+ d="M 260.41906,148.38922 C 255.49479,167.91115 240.38462,201.15464 249.95687,211.41827 C 255.76734,216.14301 258.53246,206.47124 259.70360,200.06797 L 259.93818,200.06797 L 256.07936,232.36832 L 265.01680,232.27320 C 265.01680,232.27320 261.16674,201.22424 261.15798,200.03627 L 261.25181,200.03627 C 262.19775,205.26858 265.78719,216.10024 269.73570,211.97515 C 281.28143,200.41149 264.28006,167.50596 260.41906,148.38922 z "
+ style="fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.75889903;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000"
+ id="path1561" />
+ </g>
+ <path
+ d="M 25.078906,36.774534 L 15.077649,36.774534 L 13.499377,42.240029 L 7.0699976,42.240029 L 16.257199,12.240088 L 23.882742,12.240088 L 33.069943,42.240029 L 26.640564,42.240029 L 25.078906,36.774534 M 16.672534,31.208571 L 23.467407,31.208571 L 20.078278,19.272894 L 16.672534,31.208571"
+ style="font-size:37.418766;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;fill:#000000;fill-opacity:1.0000000;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;font-family:Bitstream Vera Sans;text-anchor:start;writing-mode:lr-tb"
+ id="text1481" />
+ <g
+ transform="matrix(-1.000011,0.000000,0.000000,-0.400814,378.0172,199.4765)"
+ id="g19507">
+ <path
+ sodipodi:nodetypes="cccccccccc"
+ d="M 260.41906,148.38922 C 255.49479,167.91115 240.38462,201.15464 249.95687,211.41827 C 255.76734,216.14301 258.53246,206.47124 259.70360,200.06797 L 259.93818,200.06797 L 256.07936,232.36832 L 265.01680,232.27320 C 265.01680,232.27320 261.16674,201.22424 261.15798,200.03627 L 261.25181,200.03627 C 262.19775,205.26858 265.78719,216.10024 269.73570,211.97515 C 281.28143,200.41149 264.28006,167.50596 260.41906,148.38922 z "
+ style="fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.75889903;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000"
+ id="path19509" />
+ </g>
+ <path
+ d="M 113.61105,152.09552 L 123.61231,152.09552 L 125.19057,146.63002 L 131.61996,146.63002 L 122.43276,176.62997 L 114.80721,176.62997 L 105.62001,146.63002 L 112.04939,146.63002 L 113.61105,152.09552 M 122.01742,157.66148 L 115.22255,157.66148 L 118.61168,169.59716 L 122.01742,157.66148"
+ style="font-size:37.418766;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;fill:#000000;fill-opacity:1.0000000;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;font-family:Bitstream Vera Sans;text-anchor:start;writing-mode:lr-tb"
+ id="text19511" />
+ <path
+ sodipodi:nodetypes="ccccccccccccccccccccccccccccccccsssssssccsccsssssssccsssssccccccccsccccscccccccsssssssccsssssccccccsccscccsssccsssssccsccccsssccccccsccsssssccccccsccsccccssssscccsssccsccsccsssccccccsccsssssssccsccsssccccccsccsccccsssccsssccssssscccccccsssssssccsccsccsssssssccsssssssccsssssssccssssscccccccc"
+ style="fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.75889903;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000"
+ d="M 69.781250,59.062500 C 59.206330,75.876467 26.755997,104.50383 47.312500,113.34375 C 59.790543,117.41310 65.734965,109.07755 68.250000,103.56250 L 68.750000,103.56250 L 60.468750,131.37500 L 79.656250,131.31250 C 79.656250,131.31250 71.393812,104.55443 71.375000,103.53125 L 71.562500,103.53125 C 73.593916,108.03776 81.301785,117.36538 89.781250,113.81250 C 114.57582,103.85288 78.072786,75.527480 69.781250,59.062500 z M 59.625000,74.468750 L 65.593750,74.468750 L 73.156250,88.718750 L 73.156250,74.468750 L 78.250000,74.468750 L 78.250000,95.250000 L 72.250000,95.250000 L 64.687500,81.000000 L 64.687500,95.250000 L 59.625000,95.250000 L 59.625000,74.468750 z M 66.187500,98.125000 L 66.781250,98.125000 L 66.781250,102.68750 L 66.187500,102.68750 L 66.187500,98.125000 z M 68.093750,98.125000 L 68.718750,98.125000 L 68.718750,98.812500 L 68.093750,98.812500 L 68.093750,98.125000 z M 45.062500,98.250000 C 45.766136,98.250007 46.328708,98.431650 46.750000,98.843750 C 47.171281,99.253908 47.374995,99.808604 47.375000,100.50000 C 47.374994,101.18945 47.171283,101.74415 46.750000,102.15625 C 46.328707,102.56640 45.766137,102.78125 45.062500,102.78125 C 44.356617,102.78125 43.767277,102.56640 43.343750,102.15625 C 42.922461,101.74610 42.718750,101.19140 42.718750,100.50000 C 42.718749,99.808604 42.922462,99.253905 43.343750,98.843750 C 43.767277,98.431653 44.356617,98.250004 45.062500,98.250000 z M 63.562500,98.250000 C 63.862775,98.250007 64.141821,98.273443 64.406250,98.343750 C 64.672915,98.412114 64.923193,98.517584 65.156250,98.656250 L 65.156250,99.281250 C 64.927676,99.095707 64.666190,98.966800 64.406250,98.875000 C 64.148546,98.783211 63.885063,98.718754 63.593750,98.718750 C 63.020078,98.718751 62.586009,98.880867 62.281250,99.187500 C 61.976487,99.492187 61.812499,99.921884 61.812500,100.50000 C 61.812498,101.07617 61.976487,101.53711 62.281250,101.84375 C 62.586009,102.14843 63.020079,102.28125 63.593750,102.28125 C 63.885061,102.28125 64.148544,102.24805 64.406250,102.15625 C 64.666191,102.06445 64.927675,101.93555 65.156250,101.75000 L 65.156250,102.34375 C 64.918712,102.48438 64.672912,102.58594 64.406250,102.65625 C 64.141823,102.72656 63.858295,102.78125 63.562500,102.78125 C 62.802834,102.78125 62.186973,102.56054 61.750000,102.15625 C 61.313026,101.75000 61.093750,101.20117 61.093750,100.50000 C 61.093749,99.796886 61.313025,99.248046 61.750000,98.843750 C 62.186973,98.437512 62.802835,98.250004 63.562500,98.250000 z M 81.406250,98.468750 L 82.031250,98.468750 L 82.031250,99.406250 L 83.312500,99.406250 L 83.312500,99.843750 L 82.031250,99.843750 L 82.031250,101.62500 C 82.031247,101.89258 82.073336,102.04883 82.156250,102.12500 C 82.241404,102.20117 82.429796,102.25000 82.687500,102.25000 L 83.312500,102.25000 L 83.312500,102.68750 L 82.687500,102.68750 C 82.210185,102.68750 81.869011,102.62305 81.687500,102.46875 C 81.505985,102.31250 81.406249,102.03515 81.406250,101.62500 L 81.406250,99.843750 L 80.968750,99.843750 L 80.968750,99.406250 L 81.406250,99.406250 L 81.406250,98.468750 z M 45.062500,98.718750 C 44.569501,98.718751 44.166314,98.867195 43.875000,99.187500 C 43.585923,99.507812 43.437499,99.947275 43.437500,100.50000 C 43.437498,101.05078 43.585924,101.49219 43.875000,101.81250 C 44.166313,102.13281 44.569501,102.28125 45.062500,102.28125 C 45.555493,102.28125 45.931912,102.13281 46.218750,101.81250 C 46.507820,101.49219 46.656246,101.05078 46.656250,100.50000 C 46.656245,99.947275 46.507821,99.507812 46.218750,99.187500 C 45.931911,98.867194 45.555493,98.718754 45.062500,98.718750 z M 50.218750,99.343750 C 50.675890,99.343751 51.027903,99.496101 51.312500,99.812500 C 51.599332,100.12891 51.749996,100.54688 51.750000,101.06250 C 51.749997,101.57812 51.599330,101.99610 51.312500,102.31250 C 51.027905,102.62891 50.675889,102.78125 50.218750,102.78125 C 49.943119,102.78125 49.699437,102.71875 49.500000,102.62500 C 49.302802,102.52930 49.129970,102.38281 49.000000,102.18750 L 49.000000,103.93750 L 48.375000,103.93750 L 48.375000,99.406250 L 49.000000,99.406250 L 49.000000,99.906250 C 49.129970,99.710942 49.302800,99.562502 49.500000,99.468750 C 49.699439,99.373048 49.943118,99.343753 50.218750,99.343750 z M 54.343750,99.343750 C 54.850189,99.343751 55.268940,99.464850 55.562500,99.750000 C 55.858295,100.03320 55.999996,100.41798 56.000000,100.90625 L 56.000000,101.18750 L 53.156250,101.18750 C 53.183139,101.55859 53.302678,101.83594 53.531250,102.03125 C 53.762062,102.22461 54.089915,102.31250 54.500000,102.31250 C 54.737531,102.31250 54.965649,102.30078 55.187500,102.25000 C 55.411588,102.19922 55.624139,102.10156 55.843750,102.00000 L 55.843750,102.53125 C 55.621898,102.61328 55.389300,102.67578 55.156250,102.71875 C 54.923193,102.76172 54.708523,102.78125 54.468750,102.78125 C 53.868189,102.78125 53.383069,102.61718 53.031250,102.31250 C 52.681671,102.00782 52.500000,101.61328 52.500000,101.09375 C 52.500000,100.55665 52.668347,100.12695 53.000000,99.812500 C 53.333892,99.496101 53.779043,99.343753 54.343750,99.343750 z M 58.812500,99.343750 C 59.244991,99.343751 59.559398,99.453131 59.781250,99.687500 C 60.003093,99.919924 60.124996,100.26563 60.125000,100.71875 L 60.125000,102.68750 L 59.500000,102.68750 L 59.500000,100.71875 C 59.499999,100.40821 59.451432,100.18555 59.312500,100.03125 C 59.173561,99.876955 58.965368,99.812503 58.687500,99.812500 C 58.353605,99.812503 58.067715,99.908208 57.875000,100.09375 C 57.682281,100.27929 57.593749,100.52344 57.593750,100.84375 L 57.593750,102.68750 L 56.968750,102.68750 L 56.968750,99.406250 L 57.593750,99.406250 L 57.593750,99.906250 C 57.741649,99.708989 57.925559,99.566408 58.125000,99.468750 C 58.326680,99.371095 58.550313,99.343753 58.812500,99.343750 z M 71.812500,99.343750 C 72.269640,99.343751 72.621653,99.496101 72.906250,99.812500 C 73.193082,100.12891 73.343746,100.54688 73.343750,101.06250 C 73.343747,101.57812 73.193080,101.99610 72.906250,102.31250 C 72.621655,102.62891 72.269639,102.78125 71.812500,102.78125 C 71.536869,102.78125 71.293187,102.71875 71.093750,102.62500 C 70.896548,102.52930 70.723720,102.38281 70.593750,102.18750 L 70.593750,103.93750 L 69.968750,103.93750 L 69.968750,99.406250 L 70.593750,99.406250 L 70.593750,99.906250 C 70.723724,99.710942 70.896550,99.562502 71.093750,99.468750 C 71.293186,99.373048 71.536868,99.343753 71.812500,99.343750 z M 75.687500,99.343750 C 76.232036,99.343751 76.637340,99.441412 76.906250,99.687500 C 77.175152,99.933595 77.312496,100.31251 77.312500,100.81250 L 77.312500,102.68750 L 76.687500,102.68750 L 76.687500,102.18750 C 76.546319,102.38671 76.366891,102.52930 76.156250,102.62500 C 75.945605,102.71875 75.711009,102.78125 75.406250,102.78125 C 75.020818,102.78125 74.697320,102.68750 74.468750,102.50000 C 74.242421,102.31055 74.125000,102.06640 74.125000,101.75000 C 74.124998,101.38087 74.280147,101.09375 74.562500,100.90625 C 74.847089,100.71876 75.250034,100.62500 75.812500,100.62500 L 76.687500,100.62500 L 76.687500,100.56250 C 76.687496,100.31446 76.594482,100.13477 76.406250,100.00000 C 76.220256,99.863284 75.963373,99.781253 75.625000,99.781250 C 75.409874,99.781253 75.203920,99.798832 75.000000,99.843750 C 74.796079,99.888674 74.594484,99.972660 74.406250,100.06250 L 74.406250,99.562500 C 74.632581,99.486335 74.849614,99.412112 75.062500,99.375000 C 75.275386,99.335939 75.485818,99.343753 75.687500,99.343750 z M 80.468750,99.343750 C 80.511326,99.343751 80.542207,99.337894 80.593750,99.343750 C 80.645291,99.347658 80.718502,99.365238 80.781250,99.375000 L 80.781250,99.906250 C 80.711783,99.871096 80.645410,99.859378 80.562500,99.843750 C 80.481827,99.826175 80.379847,99.812503 80.281250,99.812500 C 79.931669,99.812503 79.656983,99.925786 79.468750,100.12500 C 79.282758,100.32226 79.187499,100.59766 79.187500,100.96875 L 79.187500,102.68750 L 78.562500,102.68750 L 78.562500,99.406250 L 79.187500,99.406250 L 79.187500,99.906250 C 79.317467,99.707036 79.510345,99.564455 79.718750,99.468750 C 79.927149,99.371095 80.170709,99.343753 80.468750,99.343750 z M 87.781250,99.343750 C 88.319061,99.343751 88.724245,99.476569 89.031250,99.781250 C 89.338246,100.08594 89.499996,100.52345 89.500000,101.06250 C 89.499994,101.59961 89.338249,102.00586 89.031250,102.31250 C 88.724242,102.61719 88.319062,102.78125 87.781250,102.78125 C 87.241193,102.78125 86.807001,102.61718 86.500000,102.31250 C 86.195236,102.00587 86.062500,101.59960 86.062500,101.06250 C 86.062501,100.52345 86.195238,100.08594 86.500000,99.781250 C 86.806999,99.476570 87.241193,99.343753 87.781250,99.343750 z M 92.406250,99.343750 C 92.448822,99.343751 92.479707,99.337894 92.531250,99.343750 C 92.582787,99.347658 92.656002,99.365238 92.718750,99.375000 L 92.718750,99.906250 C 92.649279,99.871096 92.551660,99.859378 92.468750,99.843750 C 92.388073,99.826175 92.317347,99.812503 92.218750,99.812500 C 91.869165,99.812503 91.594483,99.925786 91.406250,100.12500 C 91.220254,100.32226 91.124999,100.59766 91.125000,100.96875 L 91.125000,102.68750 L 90.500000,102.68750 L 90.500000,99.406250 L 91.125000,99.406250 L 91.125000,99.906250 C 91.254971,99.707036 91.416595,99.564455 91.625000,99.468750 C 91.833403,99.371095 92.108209,99.343753 92.406250,99.343750 z M 94.500000,99.343750 C 94.777866,99.343751 95.019308,99.373051 95.218750,99.468750 C 95.418184,99.564452 95.591016,99.712896 95.718750,99.906250 L 95.718750,99.406250 L 96.312500,99.406250 L 96.312500,102.28125 C 96.312498,102.83984 96.190840,103.25977 95.906250,103.53125 C 95.621653,103.80468 95.180861,103.93750 94.593750,103.93750 C 94.376384,103.93750 94.161465,103.93555 93.968750,103.90625 C 93.776029,103.87891 93.587761,103.83984 93.406250,103.78125 L 93.406250,103.25000 C 93.587763,103.33594 93.760468,103.39648 93.937500,103.43750 C 94.114526,103.47851 94.316245,103.50000 94.500000,103.50000 C 94.905596,103.50000 95.204567,103.40429 95.406250,103.21875 C 95.607927,103.03516 95.718747,102.74804 95.718750,102.37500 L 95.718750,102.12500 C 95.591016,102.31835 95.418187,102.46680 95.218750,102.56250 C 95.019306,102.65820 94.777868,102.68750 94.500000,102.68750 C 94.038372,102.68750 93.657351,102.52539 93.375000,102.21875 C 93.092647,101.91212 92.968750,101.50585 92.968750,101.00000 C 92.968752,100.49220 93.092647,100.08789 93.375000,99.781250 C 93.657351,99.474617 94.038375,99.343753 94.500000,99.343750 z M 68.093750,99.406250 L 68.718750,99.406250 L 68.718750,102.68750 L 68.093750,102.68750 L 68.093750,99.406250 z M 50.062500,99.781250 C 49.735329,99.781254 49.469483,99.898443 49.281250,100.12500 C 49.095254,100.34961 48.999999,100.66602 49.000000,101.06250 C 48.999998,101.45898 49.095255,101.77344 49.281250,102.00000 C 49.469482,102.22461 49.735328,102.31250 50.062500,102.31250 C 50.389669,102.31250 50.626503,102.22461 50.812500,102.00000 C 51.000731,101.77344 51.093747,101.45898 51.093750,101.06250 C 51.093746,100.66602 51.000732,100.34961 50.812500,100.12500 C 50.626502,99.898440 50.389668,99.781253 50.062500,99.781250 z M 54.343750,99.781250 C 53.998652,99.781253 53.739651,99.861333 53.531250,100.03125 C 53.325087,100.20117 53.187621,100.44141 53.156250,100.75000 L 55.375000,100.75000 C 55.370516,100.45508 55.279741,100.23828 55.093750,100.06250 C 54.909994,99.886721 54.648509,99.781253 54.343750,99.781250 z M 71.656250,99.781250 C 71.329079,99.781254 71.063233,99.898443 70.875000,100.12500 C 70.689007,100.34961 70.593749,100.66602 70.593750,101.06250 C 70.593752,101.45898 70.689005,101.77344 70.875000,102.00000 C 71.063236,102.22461 71.329078,102.31250 71.656250,102.31250 C 71.983419,102.31250 72.220253,102.22461 72.406250,102.00000 C 72.594485,101.77344 72.687497,101.45898 72.687500,101.06250 C 72.687496,100.66602 72.594482,100.34961 72.406250,100.12500 C 72.220256,99.898440 71.983418,99.781253 71.656250,99.781250 z M 87.781250,99.781250 C 87.449596,99.781253 87.192715,99.898443 87.000000,100.12500 C 86.807281,100.34961 86.687499,100.66993 86.687500,101.06250 C 86.687501,101.45508 86.809523,101.74219 87.000000,101.96875 C 87.192717,102.19336 87.447355,102.31250 87.781250,102.31250 C 88.110658,102.31250 88.369781,102.19531 88.562500,101.96875 C 88.755217,101.74219 88.843747,101.45312 88.843750,101.06250 C 88.843748,100.67384 88.755214,100.35156 88.562500,100.12500 C 88.369784,99.896486 88.110659,99.781253 87.781250,99.781250 z M 94.656250,99.781250 C 94.324594,99.781254 94.060993,99.878911 93.875000,100.09375 C 93.691248,100.30859 93.593749,100.60938 93.593750,101.00000 C 93.593749,101.38867 93.691246,101.69141 93.875000,101.90625 C 94.060995,102.12109 94.324596,102.25000 94.656250,102.25000 C 94.990138,102.25000 95.253744,102.12109 95.437500,101.90625 C 95.623491,101.69141 95.718747,101.38867 95.718750,101.00000 C 95.718747,100.60938 95.623491,100.30859 95.437500,100.09375 C 95.253745,99.878908 94.990141,99.781253 94.656250,99.781250 z M 76.062500,101.03125 C 75.562780,101.03125 75.223965,101.08789 75.031250,101.18750 C 74.838530,101.28711 74.749999,101.44727 74.750000,101.68750 C 74.750000,101.87891 74.825332,102.04297 74.968750,102.15625 C 75.114407,102.26757 75.313759,102.31250 75.562500,102.31250 C 75.905352,102.31250 76.168835,102.21094 76.375000,102.00000 C 76.583401,101.78711 76.687497,101.50781 76.687500,101.15625 L 76.687500,101.03125 L 76.062500,101.03125 z M 84.218750,101.93750 L 84.937500,101.93750 L 84.937500,102.68750 L 84.218750,102.68750 L 84.218750,101.93750 z "
+ id="path4163" />
+
+
+ <metadata>
+ <rdf:RDF
+ xmlns="http://web.resource.org/cc/"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <Work rdf:about="">
+ <dc:title>card</dc:title>
+ <dc:description></dc:description>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>white</rdf:li>
+ <rdf:li>card</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ <dc:publisher>
+ <Agent>
+ <dc:title></dc:title>
+ </Agent>
+ </dc:publisher>
+ <dc:creator>
+ <Agent>
+ <dc:title>Nicu Buculei</dc:title>
+ </Agent>
+ </dc:creator>
+ <dc:rights>
+ <Agent>
+ <dc:title>Nicu Buculei</dc:title>
+ </Agent>
+ </dc:rights>
+ <dc:date></dc:date>
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <license rdf:resource="http://web.resource.org/cc/PublicDomain" />
+ <dc:language>en</dc:language>
+ </Work>
+
+ <License rdf:about="http://web.resource.org/cc/PublicDomain">
+ <permits rdf:resource="http://web.resource.org/cc/Reproduction" />
+ <permits rdf:resource="http://web.resource.org/cc/Distribution" />
+ <permits rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+ </License>
+
+ </rdf:RDF>
+ </metadata>
+</svg>
diff --git a/svg/s2.svg b/svg/s2.svg
index 6cf9dd0..f815b4d 100644
--- a/svg/s2.svg
+++ b/svg/s2.svg
@@ -11,7 +11,6 @@
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
id="svg2"
height="190.00000"
- width="140.00000"
preserveAspectRatio="xMinYMin meet"
viewBox="0 0 140 190"
y="0.0000000"
diff --git a/svg/s3.svg b/svg/s3.svg
index cebe42c..ef5629b 100644
--- a/svg/s3.svg
+++ b/svg/s3.svg
@@ -11,7 +11,6 @@
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
id="svg2"
height="190.00000"
- width="140.00000"
preserveAspectRatio="xMinYMin meet"
viewBox="0 0 140 190"
y="0.0000000"
diff --git a/svg/s4.svg b/svg/s4.svg
index c7f228c..1b510bc 100644
--- a/svg/s4.svg
+++ b/svg/s4.svg
@@ -11,7 +11,6 @@
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
id="svg2"
height="190.00000"
- width="140.00000"
preserveAspectRatio="xMinYMin meet"
viewBox="0 0 140 190"
y="0.0000000"
diff --git a/svg/s5.svg b/svg/s5.svg
index fee4ef4..41c7abb 100644
--- a/svg/s5.svg
+++ b/svg/s5.svg
@@ -11,7 +11,6 @@
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
id="svg2"
height="190.00000"
- width="140.00000"
preserveAspectRatio="xMinYMin meet"
viewBox="0 0 140 190"
y="0.0000000"
diff --git a/svg/s6.svg b/svg/s6.svg
index 1e50945..13d8ac8 100644
--- a/svg/s6.svg
+++ b/svg/s6.svg
@@ -11,7 +11,6 @@
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
id="svg2"
height="190.00000"
- width="140.00000"
preserveAspectRatio="xMinYMin meet"
viewBox="0 0 140 190"
y="0.0000000"
diff --git a/svg/s7.svg b/svg/s7.svg
index ce99dbd..464c547 100644
--- a/svg/s7.svg
+++ b/svg/s7.svg
@@ -11,7 +11,6 @@
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
id="svg2"
height="190.00000"
- width="140.00000"
preserveAspectRatio="xMinYMin meet"
viewBox="0 0 140 190"
y="0.0000000"
diff --git a/svg/s9.svg b/svg/s9.svg
index c1199f6..2997c1c 100644
--- a/svg/s9.svg
+++ b/svg/s9.svg
@@ -11,7 +11,6 @@
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
id="svg2"
height="190.00000"
- width="140.00000"
preserveAspectRatio="xMinYMin meet"
viewBox="0 0 140 190"
y="0.0000000"