We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c019cec commit cf024dfCopy full SHA for cf024df
CHANGELOG.md
@@ -7,10 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
This changelog also contains important changes in dependencies.
8
9
## [Unreleased]
10
+### Added
11
+- Added support for the `background-color` attribute.
12
+- Add support for additional `image-rendering` attributes.
13
+
14
### Changed
15
- License to `Apache-2.0 OR MIT`.
16
See [resvg#838](https://github.com/linebender/resvg/issues/838) for more information.
17
18
+### Fixed
19
+- Fix relative units handling when `use` references `symbol`.
20
21
## [0.44.0] - 2024-09-28
22
### Added
23
- Stylesheet injection support.
0 commit comments