Skip to content
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

Draw embedded images only a single time #292

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

Qgel
Copy link
Contributor

@Qgel Qgel commented Oct 24, 2019

Embedded images were previously drawn once for each character
in the embed key, causing issues for semi-transparent images.
See issue #278. With this commit, the embed image is only drawn
for the first character in the embed key, and a sentinel
attribute is used for the remaining characters in the key to
draw neither text not an image for them.

Embedded images were previously drawn once for each character
in the embed key, causing issues for semi-transparent images.
See issue andymeneely#278. With this commit, the embed image is only drawn
for the first character in the embed keys, and a sentinel
attribute is used for the remaining characters in the key to
draw neither text not an image for them.
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.007%) to 97.65% when pulling 9ebd42d on Qgel:issue-278-embed-draw into 1b7dc67 on andymeneely:dev.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.007%) to 97.65% when pulling 9ebd42d on Qgel:issue-278-embed-draw into 1b7dc67 on andymeneely:dev.

@andymeneely andymeneely added the bug label Jun 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 👀 In review
Development

Successfully merging this pull request may close these issues.

None yet

3 participants