Skip to content
This repository was archived by the owner on Oct 2, 2023. It is now read-only.

fix opacity issue in string options#9

Open
samvanderpoel wants to merge 1 commit into
QBobWatson:masterfrom
samvanderpoel:master
Open

fix opacity issue in string options#9
samvanderpoel wants to merge 1 commit into
QBobWatson:masterfrom
samvanderpoel:master

Conversation

@samvanderpoel

Copy link
Copy Markdown

This PR addresses a mismatch between the way opacity values are exported to TeX code and the way \filldraw expects to receive those values. Presently, opacity values are exported as their percentage values, e.g. 30, whereas TikZ expects to receive them in key-value pair format where the opacity is a decimal, e.g. opacity=0.30. This issue raised an error when attempting to compile a simple example when opacity is not opaque.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant