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

fix: align center for image mark if channel2 not defined #9250

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

ChiaLingWeng
Copy link
Contributor

close #8687

I think the root cause is it will return channel2 with default 0, and thus put the image at position (value+0)/2,
use center align can prevent this issue (and will not affect setting width and height)

@ChiaLingWeng ChiaLingWeng requested a review from a team as a code owner February 2, 2024 06:22
@ChiaLingWeng ChiaLingWeng marked this pull request as draft March 12, 2024 02:41
@ChiaLingWeng ChiaLingWeng marked this pull request as ready for review March 12, 2024 02:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mark Image doesn't get positioned correctly on y axis without a height attribute
1 participant