We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
fillColor
你好!非常感谢你们的很好的库。我上次提 #2702, 谢谢你们的答复啊。这次更新4.4.x后遇到了一些新的问题 如下:
libpag 4.4.25
Web
Calling replaceText on a loaded pagfile after setting fillColor on a textData should properly set the color of the text data.
replaceText
textData
Like this:
The rendered text is always black, ignoring the fillColor set on the `textData.
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.
bad_pag_file_with_text.pag.zip
The text was updated successfully, but these errors were encountered:
domchen
No branches or pull requests
你好!非常感谢你们的很好的库。我上次提 #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 settingfillColor
on atextData
should properly set the color of the text data.Like this:
Actual Behavior
The rendered text is always black, ignoring the
fillColor
set on the `textData.Code Example
Bug repro can be found in this repo:
https://github.com/johncalvinroberts/libpag-text-test
Specifically:
Upload the pag file below to show the bug -- text is always black.
PAG File
bad_pag_file_with_text.pag.zip
The text was updated successfully, but these errors were encountered: