forked from AntumDeluge/wxSVG
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
353 lines (238 loc) · 8.21 KB
/
ChangeLog
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
git
---
* added handling of fill-rule
* added handling of spreadMethod
* added handling of clipPath
* added support of dash-offset
* added support of mask for path element
* fixed handling of pt units
* fixed fill pattern with opacity
* fixed handling of referenced patterns
Version 1.5.19 <2019-06-24>
---------------------------
* fixed rendering polyline element
* fixed drawing a cubic Bézier curve if the previous command was not an c or s
Version 1.5.18 <2019-05-19>
---------------------------
* wxFfmpegMediaDecoder: fixed support of ffmpeg 3.4.x
Version 1.5.17 <2019-05-19>
---------------------------
* wxSVGUseElement: fixed GetBBox() and GetResultBBox()
Version 1.5.16 <2019-01-27>
---------------------------
* wxFfmpegMediaDecoder.SetPosition(): added parameter seekBackward
Version 1.5.15 <2018-09-15>
---------------------------
* added skia backend (experimental) (thanks to Zicheng Yang)
Version 1.5.14 <2018-07-10>
---------------------------
* fixed calculation of bounding box if viewbox is specified
* fixed GetResultBBox()
* wxSVGCanvasImage: added support of data base64 href
Version 1.5.13 <2018-01-29>
---------------------------
* added support of <a> element
* fixed wxSVGImageElement::GetBBox()
* fixed wxSVGUseElement::GetBBox()
Version 1.5.12 <2017-05-01>
--------------------------
* wxSVGSVGElement: fixed GetIntersectionList()
* wxSVGPointList: fixed SetValueAsString()
Version 1.5.11 <2016-12-28>
--------------------------
* wxSVGImage: fixed displaying of first video frame
Version 1.5.10 <2016-10-23>
--------------------------
* added support of EXIF metadata
Version 1.5.9 <2016-08-09>
--------------------------
* changed GetBBox() and GetResultBBox()
* added some missing header files
Version 1.5.8 <2016-06-05>
--------------------------
* fixed ApplyAnimation
Version 1.5.7 <2016-05-03>
--------------------------
* wxFfmpegMediaDecoder: added GetChapters() and GetMetadata()
* fixed SVGAnimationElement
Version 1.5.6 <2016-03-11>
--------------------------
* fixed SVGAnimationElement
Version 1.5.5 <2015-10-03>
--------------------------
* fixed rendering image element with mask
* wxFfmpegMediaDecoder: added GetFormatName() and GetCodecTag()
* wxFfmpegMediaDecoder: fixed wxSVGCanvasVideo
Version 1.5.4 <2015-03-21>
--------------------------
* added support of 3-digit hex color codes (thanks to Constantine)
Version 1.5.3 <2015-01-18>
--------------------------
* applied patch from Sebastian Vater to fix memory leak
Version 1.5.2 <2014-12-14>
--------------------------
* fixed memory leak (thanks to Sebastian Vater)
Version 1.5.1 <2014-11-23>
--------------------------
* fixed some compiler errors
Version 1.5 <2014-08-09>
------------------------
* added support of marker element
* added support of patternTransform attribute
Version 1.4.2 <2014-07-06>
--------------------------
* added support of stroke-dasharray
* fixed handling of preserveAspectRatio="none"
Version 1.4.1 <2014-06-16>
--------------------------
* fixed rendering of tspan-element
* fixed rendering of use element in pattern and mask elements
Version 1.4 <2014-05-24>
------------------------
* added support of pattern element
Version 1.3 <2014-04-13>
------------------------
* added support of animations
* fixed some GetBBox() methods
Version 1.2.1 <2013-10-16>
--------------------------
* fixed loading images with relative path
Version 1.2 <2013-09-20>
------------------------
* added initial support of animations
* added support of mask for image element
* removed obsolete backends (libart and agg)
* removed svgui classes
Version 1.1.16 <2013-08-25>
---------------------------
* rendering: added support of wxProgressDialog
Version 1.1.15 <2013-05-01>
---------------------------
* fixed text rendering using PangaCairo
Version 1.1.14 <2013-04-06>
---------------------------
* fixed wxSVGPathSegList::GetValueAsString()
* fixed wxSVGLengthList::SetValueAsString()
* fixed rendering of text if text-anchor is set to end
* fixed rendering of wxSVGCanvasVideo
Version 1.1.13 <2013-02-13>
---------------------------
* fixed handling of clipPath element
Version 1.1.12 <2013-01-19>
---------------------------
* fixed text rendering using PangaCairo
Version 1.1.11 <2013-01-17>
---------------------------
* fixed text rendering using PangaCairo
Version 1.1.10 <2013-01-12>
---------------------------
* wxFfmpegMediaDecoder: fixed GetPosition()
* MacOSX: added support of quartz fonts
Version 1.1.9 <2012-06-25>
--------------------------
* added support of libav 0.9 / ffmpeg 0.11
Version 1.1.8 <2012-04-12>
--------------------------
* fixed memory leak
* fixed storing of xml file
Version 1.1.7 <2012-04-01>
--------------------------
* wxFfmpegMediaDecoder: fixed GetDuration()
* fixed rendering of radial gradients (thanks to frustum)
* added support of libav
Version 1.1.6 <2012-01-13>
--------------------------
* added support of clipPath element
* added support of visibility style property
* fixed handling of aspect ratio of video
Version 1.1.5 <2011-11-24>
--------------------------
* wxSVGTextContentElement: added handling of xml:space attribute
* wxSVGVideoElement: added handling of attributes begin, dur, clipBegin and clipEnd
Version 1.1.4 <2011-11-22>
--------------------------
* added SVG image handler
Version 1.1.3 <2011-11-14>
--------------------------
* SVGImageElement: added support of SVG images
* added support of Gaussian blur filter
Version 1.1.2 <2011-08-14>
--------------------------
* added handling of preserveAspectRatio attribute
Version 1.1.1 <2011-08-04>
--------------------------
* fixed text rendering
* fixed rendering of video
Version 1.1.0 <2011-07-24>
--------------------------
* updated cairo backend - it's default backend now
* added rendering with alpha
* added wxSVGTBreakElement
Version 1.0.10 <2011-06-13>
--------------------------
* fixed wxSVGCanvasImage::Init()
Version 1.0.9 <2011-06-05>
--------------------------
* fixed wxSVGCanvasImage::GetDefaultHeight()
Version 1.0.8 <2011-02-23>
--------------------------
* fixed wxFfmpegMediaDecoder::GetFrameAspectRatio()
Version 1.0.7 <2010-10-10>
--------------------------
* added some methods to media decoder
Version 1.0.6 <2010-08-29>
--------------------------
* fixed rendering of video frame
Version 1.0.5 <2010-07-22>
--------------------------
* added possibility to render without preserving aspect ratio
* fixed bug in wxSVGCanvasTextFreetype
Version 1.0.4 <2010-03-28>
--------------------------
* fixed memory leak (thanks to Lucian Ion)
Version 1.0.3 <2010-03-07>
--------------------------
* fixed handling of image alpha channel
* changed to use system expat library
Version 1.0.2 <2009-12-10>
--------------------------
* fixed read of path element
Version 1.0.1 <2009-11-22>
--------------------------
* fixed ffmpeg media decoder
* updated for new version of ffmpeg (SVN-r20373)
* removed SVGUI classes
Version 1.0 <2008-11-11>
--------------------------
* added ffmpeg media decoder
* added support of agg 2.5
* implemented baseline
* fixed text-anchor
* added support of svg gradients
* implemented GetResultBBox() (SVG1.2)
* added parameter coordinates (wxSVG_COORDINATES) to GetBBox()
* fixed text rendering under some platforms
* implemented saving
* added GetOwnerDocument()
* added GetAttribute()
* fixed CloneNode() and copy constructors
* added copy constructor to wxSVGPathSegList
* added rect parameter to wxSVGDocument::Render()
* wxSVGCtrl: fixed refresh (redraw buffer only in OnPaint)
* added cairo backend (disabled by default)
* some other small changes and bug fixes
Version 0.9 <2005-07-31>
------------------------
* implemented image element
* implemented use element
* implemented hittest bases on bounding boxes
* rewrited css classes
* removed all GetAnimated/SetAnimated methods
* wxSVGLength: added calculation of percantage values
Version 0.8 <2005-05-27>
------------------------
* implemented text element
* added agg backend (enabled in windows version)
Version 0.7 <2005-05-23>
------------------------
* initial release