-
Notifications
You must be signed in to change notification settings - Fork 2
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
attachfile2: Setting icon colors does not work as expected #2
Comments
attachfile2 reuses the appearance definitions. I'm not sure if there is a good way around this - it would blow up the pdf if every pin would have its own "appearance object". You can force a new object like this:
Or you could define a number of variants like this:
|
Thinking about it, one could perhaps code the color in the internal function name. |
Thanks for the reply. The workarounds are fine with me if you think that an actual fix would be too difficult / expensive. It would be great, however, if the documentation would mention that icon colors and appearance streams together don't work as expected. |
Consider the following test file:
This produces two blue pin icons, even though one of them should be red. It works correctly if I set
appearance
tofalse
. Myattachfile2
version isv2.8
from Debian testing.The text was updated successfully, but these errors were encountered: