[x3d-public] X3DJSAIL. @justify MFString changes.

John Carlson yottzumm at gmail.com
Sat Jun 3 02:39:27 PDT 2017


$ grep MIDDLE BindingOperations.*|grep s.x3d|grep -v new
BindingOperations.x3d:            <FontStyle DEF='CenterJustify' justify='"MIDDLE" "MIDDLE"'/>
BindingOperations.x3d:          <FontStyle justify='"MIDDLE" "BEGIN"'/>

Sent from Mail for Windows 10

From: John Carlson
Sent: Saturday, June 3, 2017 5:39 AM
To: Don Brutzman; X3D Graphics public mailing list
Subject: X3DJSAIL. @justify MFString changes.

$ diff BindingOperations.json BindingOperations.new.json|grep MIDDLE
<                                       "@justify":["MIDDLE","MIDDLE"]
>                                       "@justify":["MIDDLE","BEGIN"]
<                                 "@justify":["MIDDLE","BEGIN"]
>                                 "@justify":["MIDDLE","BEGIN"]

$ grep MIDDLE ../java/net/coderextreme/data/BindingOperations.java
    return new MFStringObject(new java.lang.String[] {"MIDDLE","MIDDLE"});
    return new MFStringObject(new java.lang.String[] {"MIDDLE","BEGIN"});


$ grep MIDDLE BindingOperations.*|grep new.x3d
BindingOperations.new.x3d:                        <FontStyle DEF='CenterJustify' family='"SERIF"' justify='"MIDDLE" "BEGIN"'/>
BindingOperations.new.x3d:                    <FontStyle family='"SERIF"' justify='"MIDDLE" "BEGIN"'/>


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://web3d.org/pipermail/x3d-public_web3d.org/attachments/20170603/9760feba/attachment.html>


More information about the x3d-public mailing list