Skip to content
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

Something not as expected in SVG #1553

Open
emako opened this issue Feb 28, 2025 · 0 comments
Open

Something not as expected in SVG #1553

emako opened this issue Feb 28, 2025 · 0 comments

Comments

@emako
Copy link
Member

emako commented Feb 28, 2025

For all's convenience, please use English to fill this issue.

Please search within existing issues before the submission. Has this issue already been reported?

Describe the bug
Something not as expected in SVG. (Quicklook 3.7.3-122)

<svg width="150" height="150" viewBox="0 0 150 150" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="75" cy="75" r="75" fill="#288FEE" fill-opacity="0.1"/>
<circle cx="75" cy="75" r="50" fill="#288FEE" fill-opacity="0.1"/>
<circle cx="75" cy="75" r="25" fill="#288FEE" fill-opacity="0.1"/>
<mask id="mask0_61_7794" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="75" y="75" width="23" height="75">
<path d="M75 150C82.738 150 90.4294 148.803 97.8011 146.45L75 75V150Z" fill="#333333"/>
</mask>
<g mask="url(#mask0_61_7794)">
<g clip-path="url(#paint0_angular_61_7794_clip_path)" data-figma-skip-parse="true"><g transform="matrix(0 0.075 -0.075 0 75 75)"><foreignObject x="-1013.33" y="-1013.33" width="2026.67" height="2026.67"><div xmlns="http://www.w3.org/1999/xhtml" style="background:conic-gradient(from 90deg,rgba(40, 143, 238, 1) 0deg,rgba(40, 143, 238, 0) 343.125deg,rgba(40, 143, 238, 0.6) 356.306deg,rgba(40, 143, 238, 1) 360deg);height:100%;width:100%;opacity:1"></div></foreignObject></g></g><circle cx="75" cy="75" r="75" data-figma-gradient-fill="{&#34;type&#34;:&#34;GRADIENT_ANGULAR&#34;,&#34;stops&#34;:[{&#34;color&#34;:{&#34;r&#34;:0.15686275064945221,&#34;g&#34;:0.56078433990478516,&#34;b&#34;:0.93333333730697632,&#34;a&#34;:1.0},&#34;position&#34;:0.0},{&#34;color&#34;:{&#34;r&#34;:0.15686275064945221,&#34;g&#34;:0.56078433990478516,&#34;b&#34;:0.93333333730697632,&#34;a&#34;:0.0},&#34;position&#34;:0.9531250},{&#34;color&#34;:{&#34;r&#34;:0.15686275064945221,&#34;g&#34;:0.56078433990478516,&#34;b&#34;:0.93333333730697632,&#34;a&#34;:0.60000002384185791},&#34;position&#34;:0.98973947763442993}],&#34;stopsVar&#34;:[],&#34;transform&#34;:{&#34;m00&#34;:9.1848517384958937e-15,&#34;m01&#34;:-150.0,&#34;m02&#34;:150.0,&#34;m10&#34;:150.0,&#34;m11&#34;:9.1848517384958937e-15,&#34;m12&#34;:-9.1848517384958937e-15},&#34;opacity&#34;:1.0,&#34;blendMode&#34;:&#34;NORMAL&#34;,&#34;visible&#34;:true}"/>
</g>
<defs>
<clipPath id="paint0_angular_61_7794_clip_path"><circle cx="75" cy="75" r="75"/></clipPath></defs>
</svg>

Screenshots and Exception Log
If applicable, add screenshots and logs to help explain your problem. The log file is located in one of several locations.

Image

ImageGlass uses WebView to preview SVG.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant