|
1 Graphics Change History |
|
2 ======================= |
|
3 |
|
4 3.10.3 |
|
5 ------ |
|
6 |
|
7 * No changes. |
|
8 |
|
9 3.10.2 |
|
10 ------ |
|
11 |
|
12 * #701 Addressed rounding issue in svg implementation. This bug surfaces in edge cases of the PieChart in the charts module. |
|
13 |
|
14 3.10.1 |
|
15 ------ |
|
16 |
|
17 * No changes. |
|
18 |
|
19 3.10.0 |
|
20 ------ |
|
21 |
|
22 * No changes. |
|
23 |
|
24 3.9.1 |
|
25 ----- |
|
26 |
|
27 * #2533119 Removed all lint warnings. |
|
28 |
|
29 3.9.0 |
|
30 ----- |
|
31 |
|
32 * #2533116 Addressed issue in which relativeMoveTo did not work in the SVG implementation. |
|
33 * #2530941 Added chaining to drawing commands. |
|
34 * #2532710 Addressed issue in which malformed path data was being created. |
|
35 |
|
36 3.8.1 |
|
37 ----- |
|
38 |
|
39 * No changes. |
|
40 |
|
41 3.8.0 |
|
42 ----- |
|
43 |
|
44 * No changes. |
|
45 |
|
46 3.7.3 |
|
47 ----- |
|
48 |
|
49 * No changes. |
|
50 |
|
51 3.7.2 |
|
52 ----- |
|
53 |
|
54 * No changes. |
|
55 |
|
56 3.7.1 |
|
57 ----- |
|
58 |
|
59 * No changes. |
|
60 |
|
61 3.7.0 |
|
62 ----- |
|
63 |
|
64 * #2532682 Addressed issue in which drawing and filling the same shape independently resulted in bad VML rendering. |
|
65 * #2531432 Added data attribute to allow for passing svg path strings to a shape. |
|
66 * #2532495 Added generic (non-implementation specific) class names to shapes. |
|
67 * #2532611 Added toFront and toBack methods to shapes. |
|
68 * #2532612 Added ability to animate a shapes stroke and fill attributes when incuding the anim-shape submodule. All shape attributes are animatable. |
|
69 * #2532635 Added ability size the contents of a Graphic instance to fit into its parent container. |
|
70 |
|
71 3.6.0 |
|
72 ----- |
|
73 |
|
74 * #2532293 Filled out testing coverage. |
|
75 * #2532307 Added xRadius and yRadius attributes for ellipses. |
|
76 * #2532362 Removed hard-coded "yui3-" from class names. |
|
77 * #2532306 Addressed issue in which too large a bounding box was being created for quadratic and cubic bezier curves. |
|
78 * #2532305 Addressed issue in which linejoin bevel was not being set. |
|
79 * #2532243 Addressed issues caused by setting visible to false on a graphic instance. |
|
80 * #2532222 Addressed issue in which a rotated shape did not drag correctly. |
|
81 * #2531989 Address issues with invalid gradient values for x1,x2,y1,y2. |
|
82 * #2532242 Fixed issue with VMLGraphic.removeShape in which shapes were not removed when an id is passed instead of an instance. |
|
83 * #2532255 Fixed bug with shape attribute translateX and translateY. |
|
84 * #2532252 Fix issue in which passing null to stroke/fill attributes in CanvasShape threw errors. |
|
85 * #2532253 Implement clear method in canvas graphic. |
|
86 * #2532272 Fixed issues with VMLGraphic.getXY() in which the wrong values were returned after x and y attributes are updated. |
|
87 * #2532243 Fixed issue in which setting the visible attribute of a graphic to false upon instantiation caused errors. |
|
88 * #2532114 Add ability to draw subpixel paths in ie. |
|
89 |
|
90 3.5.1 |
|
91 ----- |
|
92 |
|
93 * #2531921 Fixed issue in which gradients fills threw an exception in canvas implementations. |
|
94 * #2532197 Fixed issue in which updating the transform attribute of a shape caused two redraws. |
|
95 |
|
96 3.5.0 |
|
97 ----- |
|
98 |
|
99 * #2531630 Changed BaseGraphic class to GraphicBase. |
|
100 * Removed memory leaks from Shape class. |
|
101 * Added defaultGraphicEngine config to allow developer to specify canvas as the preferred graphic technology. |
|
102 * #2531127 Fixed issue in which transforms were not consistent across different browsers. |
|
103 * #2531230 Fixed issue in which setting visible at instantiation would throw an error for a shape. |
|
104 * #2531359 Fixed issue in which setting attributes in IE would throw errors. |
|
105 * #2531460 Fixed issue in which the clear() method would throw errors in IE. |
|
106 * #2531465 Fixed typographic error in SVGGraphic class. |
|
107 * #2531049 Added matrix option to the shape's transform attribute. |
|
108 * #2531126 Added ability animate transform attribute. |
|
109 * #2531552 Change name of Graphics Path Utility to Graphics Path Tool. |
|
110 |
|
111 3.4.1 |
|
112 ----- |
|
113 |
|
114 * No changes. |
|
115 |
|
116 |
|
117 3.4.0 |
|
118 ----- |
|
119 |
|
120 * Initial release. |