UUPablo Posted August 13, 2019 Posted August 13, 2019 I have the image "87" and the white lines are dotted, but when i want to upload to android studio, doesn't works, like image "88" I been tried all of kinds of export, or is like an specific export? Quote
Pšenda Posted August 13, 2019 Posted August 13, 2019 6 hours ago, UUPablo said: I have the image Image format? PNG/JPEG/TIFF? Quote Affinity Store (MSI/EXE): Affinity Suite (ADe, APh, APu) 2.5.7.2948 (Retail) Dell OptiPlex 7060, i5-8500 3.00 GHz, 16 GB, Intel UHD Graphics 630, Dell P2417H 1920 x 1080, Windows 11 Pro, Version 24H2, Build 26100.2605. Dell Latitude E5570, i5-6440HQ 2.60 GHz, 8 GB, Intel HD Graphics 530, 1920 x 1080, Windows 11 Pro, Version 24H2, Build 26100.2605. Intel NUC5PGYH, Pentium N3700 2.40 GHz, 8 GB, Intel HD Graphics, EIZO EV2456 1920 x 1200, Windows 10 Pro, Version 21H1, Build 19043.2130.
Dan C Posted August 14, 2019 Posted August 14, 2019 Hi UUPablo, Welcome to the forums Could you please confirm the file format you're exporting to, to import this design into Android Studio? Psenda, I believe OP was referring the to his first screenshot of AD, as this is called "87.JPG" - but I may be wrong! Quote
Joachim_L Posted August 14, 2019 Posted August 14, 2019 Seems to be SVG code. @UUPablo please have a look at the source code of the SVG. The dotted lines should contain stroke-dasharray. Maybe this was discarded during import in Android Studio? Dan C 1 Quote ------ Windows 10 | i5-8500 CPU | Intel UHD 630 Graphics | 32 GB RAM | Latest Retail and Beta versions of complete Affinity range installed
v_kyr Posted August 14, 2019 Posted August 14, 2019 Quote <?xml version="1.0" standalone="no"?> <svg width="200" height="150" xmlns="http://www.w3.org/2000/svg" version="1.1"> <path d="M 10 75 Q 50 10 100 75 T 190 75" stroke="black" stroke-linecap="round" stroke-dasharray="5,10,5" fill="none"/> <path d="M 10 75 L 190 75" stroke="red" stroke-linecap="round" stroke-width="1" stroke-dasharray="5,5" fill="none"/> </svg> See also the SVG attribute description here ... stroke-dasharray Quote ☛ Affinity Designer 1.10.8 ◆ Affinity Photo 1.10.8 ◆ Affinity Publisher 1.10.8 ◆ OSX El Capitan ☛ Affinity V2.3 apps ◆ MacOS Sonoma 14.2 ◆ iPad OS 17.2
galacticfungus Posted July 26, 2022 Posted July 26, 2022 Android does not support all SVG features, dashed lines are converted to solid lines during import.Add multi-density vector graphics | Android Developers Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.