You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 4, 2025. It is now read-only.
Thanks for the hint.
If I could see in the code where currentColor is changed, I could modify the patch.
But it seems currentColor is never changed, for now: colors change are written directly as color or bgcolor attributes, as I can see. e.g:
svg.c: fprintf(fout, "color:#%06x;", gcur.rgb)
But I understand this could change in future versions, and that, anyway, currentColor is a handy feature that should not be broken (by my patch). So I won't cry ;-)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
Qt's
QSvgRenderer
does not render correctly SVG files generated by abcm2ps.See: https://bugreports.qt.io/browse/QTBUG-88494
But maybe you would like to cherry-pick this workaround: 630a235 from https://github.com/be1/qabc.git (in the lib branch)...
The text was updated successfully, but these errors were encountered: