-
Notifications
You must be signed in to change notification settings - Fork 446
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
Adobe apps crash when dealing with CSS in generated SVG files #2146
Comments
i'm actively working on inlining styles. the segfault is adobe's fault though lol |
related: #2142 |
Let's see if it works after #2142 is fixed in the next release. If it's really the presence of <style> that's causing the crash, then we'll need to add a flag for rendering with only inline styles (e.g. |
@dmolesUC can you check if D2 on the latest version still crashes? |
Still crashes with 0.6.8, I'm afraid. 😕
|
Steps to reproduce:
d2 index.d2 index.svg
Expected behavior:
Actual behavior:
AdobeSVGRE
.Notes:
<style/>
tags allows the application to open the file (though it's then transparent-on-black and unreadable).The text was updated successfully, but these errors were encountered: