forked from koreader/crengine
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lvdrawbuf: handle border colors with alpha (koreader#476)
lvdrawbuf: also handle alpha in DrawLine() (forgotten in ada7342). Handle alpha in lvrend.cpp DrawBorder(). Behave as Firefox with "border-color: black" for border-style outset/inset/groove/ridge, using some fixed values of gray. Also fix parsing of 8-digits hex color values.
- Loading branch information
Showing
3 changed files
with
68 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters