diff options
Diffstat (limited to 'graphics/pgf/contrib/pgf-pie/RELEASE_NOTES.md')
-rw-r--r-- | graphics/pgf/contrib/pgf-pie/RELEASE_NOTES.md | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/graphics/pgf/contrib/pgf-pie/RELEASE_NOTES.md b/graphics/pgf/contrib/pgf-pie/RELEASE_NOTES.md index a70048c12f..7f474da868 100644 --- a/graphics/pgf/contrib/pgf-pie/RELEASE_NOTES.md +++ b/graphics/pgf/contrib/pgf-pie/RELEASE_NOTES.md @@ -1,4 +1,14 @@ +# New features + +pgf-pie now wraps the entire pie into a \scope environment and additionally +defers lookup of unknown /pgfpie keys to the /pgf and /tikz namespaces. This +paves the way for all kinds of improvements such as easy setting of global pie +options like font or placement on the background layer. Further is allows +referring to the pie as a node via local bounding box and moving the pie around +on the canvas using the shift key. + # Bug fixes -Loop counter variables have been renamed with the \pgfpie@ prefix to avoid -clashes with user macros. +pgf-pie tokenizes its arguments which led to breakage when used with babel. +For now, babel functionality is simply disabled for the entire pie. + |