1 | static DoublePt libreOffice_pt2(L<S> tag) { |
2 | ret libreOffice_pt2(get(tag, 1)); |
3 | } |
4 | |
5 | static DoublePt libreOffice_pt2(S tag) { |
6 | S x = xml_getArg(tag, "svg:x2"); |
7 | S y = xml_getArg(tag, "svg:y2"); |
8 | if (x == null || y == null) null; |
9 | ret new DoublePt(libreOffice_parseMeasure(x), libreOffice_parseMeasure(y)); |
10 | } |
Began life as a copy of #1009187
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1009188 |
Snippet name: | libreOffice_pt2 - get DoublePt from svg:x2 and svg:y2 |
Eternal ID of this version: | #1009188/1 |
Text MD5: | 0deebc2d478675906bcf8d1c4cbcb994 |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-07-12 22:15:19 |
Source code size: | 318 bytes / 10 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 519 / 568 |
Referenced in: | [show references] |