UW-LCI / InfiniCardDemo

0 stars 0 forks source link

Bounding Box to XML not Live #6

Closed LucasL53 closed 1 day ago

LucasL53 commented 1 day ago

Creating a bounding box then undo-ing creates the following XML

    <text id="-1">
      <data>error</data>
      <properties>
        <size>
          <height>10.0</height>
          <width>10.0</width>
        </size>
        <location>
          <top>10.0</top>
          <left>10.0</left>
        </location>
      </properties>
    </text>
LucasL53 commented 1 day ago

It was a single-click issue