https://bugs.documentfoundation.org/show_bug.cgi?id=106101

--- Comment #5 from sportegioco <[email protected]> ---
Sorry for mistake in question category,

This is a simple custom shapes, an arrow that have this code:

        <draw:custom-shape draw:name="Arrow" draw:style-name="gr1"
draw:text-style-name="P1" 
        draw:layer="layout" svg:width="10cm" svg:height="2cm" svg:x="1cm"
svg:y="8cm">
          <text:p />
          <draw:enhanced-geometry svg:viewBox="0 0 6 9"
draw:type="non-primitive" 
          draw:modifiers="0 0 6 0" draw:enhanced-path="L $0 $1 $2 $3">
            <draw:handle draw:handle-position="$0 $1" />
            <draw:handle draw:handle-position="$2 $3" />
          </draw:enhanced-geometry>
        </draw:custom-shape>


The question is:       
When i move an handle, is possible to print in real time in the page (... in a
text area or in other way)  the value of $0 or $1 or other variable ...if there
were like ?f0 ?f1

...like in the example in attachment

Thank you

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to