-
Notifications
You must be signed in to change notification settings - Fork 7
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
dashed and dotted are broken #22
Comments
Rendered result: http://imgur.com/tSfiu5h This is handled entirely by the common webkit code, and so should either affect all webkit browsers or all webkit browsers using cairo. I can't tell offhand which files are involved. |
@clbr, Source/WebCore/platform/graphics/cairo/GraphicsContextCairo.cpp |
@clbr , here is the patch. winfried |
This looks like a partial backport with different function name, etc. It would cause code conflicts the next time I sync against upstream webkit. If it's indeed solved in current webkit, then I'd prefer for larger things like this to happen with the sync. If you need a source with that patch, I'd advise you to make a fork here on github. I can't give a date for when I can do the update, as it takes all day, not sure when I have that much free. |
@clbr , The library compiles without error, the result is OK. What do you want more? winfried |
It also has to not make maintenance difficult, ie increase my workload
too much.
|
I use fifth-0.5 and webkitfltk-0.5.1. Both borders below are broken.
Which file in webkitfltk-0.5.1 draws border lines resp. border styles?
winfried
The text was updated successfully, but these errors were encountered: