Skip to content

Commit e88501d

Browse files
committed
🔖 Release 0.6.3
1 parent 8691ebb commit e88501d

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

‎CHANGELOG.md‎

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
# Changelog
22

3-
## [Unreleased]
4-
5-
### Fixed
6-
7-
- Quadratic curve commands (`Q`, `q`, `T`, `t`) in the `d` property of a
8-
`path` shape were rendered as a different curve. PDF has no quadratic
9-
curve operator, and the cubic one that was emitted used the current
10-
point as its first control point instead of the converted quadratic
11-
control points.
3+
## [0.6.3] - 2026-08-02
124

135
### Added
146

@@ -18,6 +10,14 @@
1810
once. Text, clipping paths, masks, filters, and CSS style rules are
1911
not supported. See the [README](README.md#svg-images) for details.
2012

13+
### Fixed
14+
15+
- Quadratic curve commands (`Q`, `q`, `T`, `t`) in the `d` property of a
16+
`path` shape were rendered as a different curve. PDF has no quadratic
17+
curve operator, and the cubic one that was emitted used the current
18+
point as its first control point instead of the converted quadratic
19+
control points.
20+
2121
## [0.6.2] - 2026-06-11
2222

2323
### Added
@@ -380,3 +380,4 @@ First public version.
380380
[0.6.0]: https://github.com/eclipsesource/pdf-maker/releases/tag/v0.6.0
381381
[0.6.1]: https://github.com/eclipsesource/pdf-maker/releases/tag/v0.6.1
382382
[0.6.2]: https://github.com/eclipsesource/pdf-maker/releases/tag/v0.6.2
383+
[0.6.3]: https://github.com/eclipsesource/pdf-maker/releases/tag/v0.6.3

0 commit comments

Comments
 (0)