-
Notifications
You must be signed in to change notification settings - Fork 44
/
NEWS
80 lines (61 loc) · 2.22 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
Jul 14, 2018:
=============
* SVG-cards 4.0
- NEW:
. Thomas Linard made the SVG files compliant with the SVG standard. Some SVG element's identifiers had to be renamed to ensure uniqueness and compliance.
Mar 9, 2018:
============
* SVG-cards 3.0.3
- NEW:
. desphilboy made a NPM package of SVG-cards so users can install it via NPM
May 21, 2017:
============
* SVG-cards 3.0.2
- NEW:
. added 'alternate-back' to the USEable shapes because the original back has too many elements to render quickly.
April 22, 2017:
==============
* SVG-cards 3.0.1
- NEW:
. added 'base-card', a card's circumference, to the USEable shapes
. added the four suits to the USEable shapes: 'suit-club', 'suit-heart', 'suit-spade', 'suit-diamond'
April 9, 2016:
=============
* SVG-cards 3.0.0
- NEW:
. the color of the back card can be set by using a fill attribute
. added an example of USEing the cards
- CHANGE:
. translated the cards, setting their top-left corner at (0,0)
June 27, 2006:
=============
* SVG-cards 2.0.1
- BUG:
. fixed a bug in the first xml line to correctly refer to w3.org and not w3org
August 12, 2005:
===============
* SVG-cards 2.0
- NEW:
. completely redesigned deck of cards. Massive use of <use> elements
. size is 910Kb, it was >4400Kb before
. cards are named so that to be accessed with a DOM interface
. a real joker has been created
. Laurels surround the ace of clubs
. a new default back
- CHANGE:
. cards' borders are larger
. signs are many times bigger to be easily readable on computer screen
. faces' names are removed as it was not really international
. many small improvments in the design of signs and faces
. thousands of redundant points in the faces has been removed leading to more than 60% less points but with the same accuracy
June 20, 2004:
=============
* SVG-cards 1.1
- NEW:
. new aces with 1 or A for the number
- CHANGE:
. small bug fixed with the overlapping white box used to cut off the top-left and b ottom(right symbols
June 15, 2004:
=============
* First initial release of the package.
- all cards + 2 jokers + 14 backs of card