Menu

#67 filled elements

2.0
closed-fixed
5
2013-06-14
2013-06-14
No

regarding TikZ: If I create an ellipse, which should be filled black, I don't have anything to do (black is the default), but the result doesn't show up a filled ellipse

Discussion

  • Vincent Belaïche

    The problem is actually independent of this that this was an ellipse. The problem is actually about filling with the default colour. In such a case the intention of the code was to specify only that you need to fill, but not to specify what colour to use --- as TikZ would just use the default.
    However, the implementation was incomplete --- hence the bug.

    Correction was made into

    • jpicedt/jpicedt/format/output/tikz/TikzFormatter.java v1.11
    • jpicedt/jpicedt/format/output/tikz/TikzUtilities.java v1.15, and
    • jpicedt/jpicedt/format/output/util/ParameterString.java v1.5
    • addition of new file jpicedt/jpicedt/format/output/tikz/ParameterString.java

    Correction consists in replacing \draw by \fill, \filldraw or \path, which ever applicable depending on the fill status or line status when the color is default.

     
  • Vincent Belaïche

    • labels: --> Formatters: PsTricks, eepic, ...
    • status: open --> closed-fixed
    • assigned_to: Vincent Belaïche
     

Log in to post a comment.

Monday.com Logo