-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Image Info for SVG files #1146
Conversation
Co-authored-by: Leonardo Rochael Almeida <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good idea! Thanks.
@@ -49,6 +49,8 @@ https://github.com/zopefoundation/Zope/blob/4.x/CHANGES.rst | |||
- Update ``AccessControl`` to version 6.2 to mitigate a security problem. | |||
(CVE-2023-41050) | |||
|
|||
- Added image dimensions to SVG file properties | |||
`#1146 <https://github.com/zopefoundation/Zope/pull/1146>`_. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This changelog is now in the paragraph for 5.8.4 (2023-09-06)
which was already released. I made #1158 to move it to the latest "unreleased" paragraph
SVG images are common today: now OFS.Image.getImageInfo can read the image dimensions from the xml file data in pixels (int-normalized).