octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #65421] patch fails to render if cdata is spec


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #65421] patch fails to render if cdata is specified before geometry
Date: Tue, 12 Mar 2024 13:26:37 -0400 (EDT)

Follow-up Comment #26, bug #65421 (group octave):

Graphics properties in Octave are generally processed from left to right. And
sometimes re-ordering leads to different results.
E.g., `set(h, "Units", "normalized", "Position", [0 0 1 1], "Units",
"pixels")` leads to a different result than `set(h, "Units", "normalized",
"Units", "pixels", "Position", [0 0 1 1])` obviously.

The interaction between the different properties of patch objects is sometimes
not obvious from the start. I'm not sure if there are properties which must
not be interchanged with the x/y/zdata, the vertices, or the faces properties.
(There might be none and everything is fine. But I can't tell immediately.)

If you don't mind, it might be best to keep this on the default branch.



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?65421>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]