-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Display SVG respecting viewbox #15515
Labels
type/enhancement
An improvement of existing functionality
Comments
Or we can have zoom in/zoom out |
yes could be nice to zoom in/out from viewport as default size |
|
Some research on the GH renderer:
We should ensure letterboxing via |
Merged
silverwind
added a commit
to silverwind/gitea
that referenced
this issue
Apr 16, 2021
- Limit SVG images to 600px width - Adjust size of view toggle buttons to match other buttons - Make Edit/Delete buttons easier to click Had to create a separate CSS file because the less parser can not parse CSS4 case-insensitive attribute selectors which are widely supported by browsers. Fixes: go-gitea#15515
6543
pushed a commit
that referenced
this issue
Apr 22, 2021
- Limit SVG images to 600px width - Adjust size of view toggle buttons to match other buttons - Make Edit/Delete buttons easier to click Had to create a separate CSS file because the less parser can not parse CSS4 case-insensitive attribute selectors which are widely supported by browsers. Fixes: #15515
\o/ |
AbdulrhmnGhanem
pushed a commit
to kitspace/gitea
that referenced
this issue
Aug 10, 2021
- Limit SVG images to 600px width - Adjust size of view toggle buttons to match other buttons - Make Edit/Delete buttons easier to click Had to create a separate CSS file because the less parser can not parse CSS4 case-insensitive attribute selectors which are widely supported by browsers. Fixes: go-gitea#15515
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
#14101 it's a very nice feature. But it's display on full webpage. Could be possible to display them respecting their viewbox ?
Sample
https://git.spip.net/spip/spip/src/commit/195ea6651e848bd36b6823e6419d20869e391b13/prive/themes/spip/images/article-new-16.svg is displayed on full screen but it's an icon and should be proposed on 64x64 size.
Thanks
The text was updated successfully, but these errors were encountered: