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

pagFile.replaceText with fillColor not working, text always black #2713

Open
johncalvinroberts opened this issue Mar 5, 2025 · 0 comments
Open
Assignees

Comments

@johncalvinroberts
Copy link

你好!非常感谢你们的很好的库。我上次提 #2702, 谢谢你们的答复啊。这次更新4.4.x后遇到了一些新的问题 如下:

Which Version of libpag are you using?

libpag 4.4.25

What Platform are you on?

Web

Expected Behavior

Calling replaceText on a loaded pagfile after setting fillColor on a textData should properly set the color of the text data.

Like this:

Image

Actual Behavior

The rendered text is always black, ignoring the fillColor set on the `textData.

Image

Code Example

Bug repro can be found in this repo:
https://github.com/johncalvinroberts/libpag-text-test

Specifically:

					const textData = pagFile.getTextData(i);
					textData.fillColor = { red: 255, green: 255, blue: 0 };
					textData.text = "REPLACE";
					pagFile.replaceText(i, textData);

Upload the pag file below to show the bug -- text is always black.

PAG File

bad_pag_file_with_text.pag.zip

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

No branches or pull requests

2 participants