When i view this svg in chrome, i see this...
when i view it in Inkscape i see this...
Anyone know how to fix this?
I think it is related to this https://community.osarch.org/discussion/comment/18932#Comment_18932
Seems like inkscape doesn't work with hwb values... so changed them to hsl values. https://hub.openingdesign.com/OpeningDesign/assets/commit/6ab52587be012ef958f51134bc3d81c5590d7fab Also, noticed the following rule was wrongly formatted.
[data-type="schedule"] { { fill: none; stroke: #2C5573; stroke-linecap: 'round'; stroke-width: 0.25; } }
yep, when it views differently in inkscape, it is because of the css file has a typo or wrong value that inkscape does not process, i have had that happen to me many times, just recently found out it was a typo or some value that was not incorrect.
Comments
I think it is related to this
https://community.osarch.org/discussion/comment/18932#Comment_18932
Seems like inkscape doesn't work with hwb values... so changed them to hsl values.
https://hub.openingdesign.com/OpeningDesign/assets/commit/6ab52587be012ef958f51134bc3d81c5590d7fab
Also, noticed the following rule was wrongly formatted.
yep, when it views differently in inkscape, it is because of the css file has a typo or wrong value that inkscape does not process, i have had that happen to me many times, just recently found out it was a typo or some value that was not incorrect.