• Website
  • Search
  • Member List
  • Help
  • Old Forum
  • Social Media
    •   @Wings3dOfficial
    •   @Wings3dOfficial
    •   Wings3dOfficial
    •   Wings3dOfficial
  • Register
  • Login
  • Website
  • Search
  • Member List
  • Help
  • Old Forum
  • Register
  • Login
Wings 3D Development Forum Wings 3D Design & Development v
1 2 3 4 5 … 11 Next »
SVG plugin additions

 
  • 0 Vote(s) - 0 Average
SVG plugin additions

tkbd
Offline

Senior Member

Posts: 451
Threads: 115
Joined: Nov 2012
#19
04-26-2023, 09:18 PM (This post was last modified: 04-26-2023, 09:20 PM by tkbd.)
Hi!,edb.
I found a issue in this plugin.
In SVG importer,Two circle shapes are overlapping,and checked "combine all paths" in Wings3D SVG importer.
But no combined them.
[Image: br1JvbV.png]
Note:I'm not check this in other vector file importers.
(e.g. Circle objects's overlapping)

SVG file data is here
(two_circle_tag_sample.svg)
Code:
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="レイヤー_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
     y="0px" width="595.28px" height="841.89px" viewBox="0 0 595.28 841.89" style="enable-background:new 0 0 595.28 841.89;"
     xml:space="preserve">
<circle style="fill:#00FF00;stroke:#000000;stroke-miterlimit:10;" cx="166.456" cy="139.773" r="104.545"/>
<circle style="fill:#006837;stroke:#000000;stroke-width:0.5065;stroke-miterlimit:10;" cx="166.456" cy="139.773" r="52.955"/>
<path style="fill:#00FF00;stroke:#000000;stroke-miterlimit:10;" d="M166.456,319.318c-57.738,0-104.545,46.806-104.545,104.545
    c0,57.74,46.807,104.547,104.545,104.547c57.739,0,104.546-46.807,104.546-104.547C271.001,366.125,224.195,319.318,166.456,319.318
    z M166.456,476.818c-29.246,0-52.954-23.709-52.954-52.955c0-29.246,23.708-52.954,52.954-52.954s52.955,23.708,52.955,52.954
    C219.411,453.109,195.702,476.818,166.456,476.818z"/>
<path style="fill:#00FF00;stroke:#000000;stroke-miterlimit:10;" d="M548.273,139.773c0,28.87-11.701,55.006-30.621,73.925
    c-18.918,18.919-45.055,30.621-73.924,30.621s-55.006-11.702-73.924-30.621c-18.92-18.919-30.621-45.056-30.621-73.925
    s11.701-55.006,30.621-73.925c18.918-18.919,45.055-30.621,73.924-30.621s55.006,11.702,73.924,30.621
    C536.572,84.767,548.273,110.903,548.273,139.773z"/>
<path style="fill:#006837;stroke:#000000;stroke-width:0.5065;stroke-miterlimit:10;" d="M496.684,139.773
    c0,14.623-5.928,27.862-15.51,37.445c-9.584,9.583-22.822,15.51-37.445,15.51s-27.861-5.927-37.445-15.51
    c-9.582-9.583-15.51-22.822-15.51-37.445s5.928-27.862,15.51-37.444c9.584-9.583,22.822-15.51,37.445-15.51
    s27.861,5.927,37.445,15.51C490.756,111.911,496.684,125.15,496.684,139.773z"/>
<path style="fill:#00FF00;stroke:#000000;stroke-miterlimit:10;" d="M517.652,349.939c-18.918-18.919-45.055-30.621-73.924-30.621
    s-55.006,11.702-73.924,30.621c-18.92,18.918-30.621,45.055-30.621,73.924c0,28.87,11.701,55.007,30.621,73.926
    c18.918,18.92,45.055,30.621,73.924,30.621s55.006-11.701,73.924-30.621c18.92-18.919,30.621-45.056,30.621-73.926
    C548.273,394.994,536.572,368.857,517.652,349.939z M481.174,461.309c-9.584,9.582-22.822,15.51-37.445,15.51
    s-27.861-5.928-37.445-15.51c-9.582-9.584-15.51-22.822-15.51-37.445s5.928-27.861,15.51-37.444
    c9.584-9.583,22.822-15.51,37.445-15.51s27.861,5.927,37.445,15.51c9.582,9.583,15.51,22.821,15.51,37.444
    S490.756,451.725,481.174,461.309z"/>
<text transform="matrix(1 0 0 1 136.9092 598.8643)" style="font-family:'KozGoPro-Regular-83pv-RKSJ-H'; font-size:31.5554;">Circle</text>
<text transform="matrix(1 0 0 1 419.8643 598.8643)" style="font-family:'KozGoPro-Regular-83pv-RKSJ-H'; font-size:31.5554;">Path</text>
<text transform="matrix(1 0 0 1 13.0459 38.6367)" style="font-family:'KozGoPro-Regular-83pv-RKSJ-H'; font-size:17.0079;">Overlap</text>
<text transform="matrix(1 0 0 1 13.0459 319.3188)" style="font-family:'KozGoPro-Regular-83pv-RKSJ-H'; font-size:17.0079;">Combined</text>
<line style="fill:none;stroke:#000000;stroke-miterlimit:10;" x1="308.5" y1="22.727" x2="308.5" y2="584.091"/>
<g>
    <g>
        <line style="fill:none;stroke:#000000;stroke-miterlimit:10;" x1="3.538" y1="279.545" x2="9.538" y2="279.545"/>
        
            <line style="fill:none;stroke:#000000;stroke-miterlimit:10;stroke-dasharray:12.1921,12.1921;" x1="21.729" y1="279.545" x2="552.086" y2="279.545"/>
        <line style="fill:none;stroke:#000000;stroke-miterlimit:10;" x1="558.182" y1="279.545" x2="564.182" y2="279.545"/>
    </g>
</g>
</svg>
« Next Oldest | Next Newest »

Users browsing this thread: 5 Guest(s)



Messages In This Thread
SVG plugin additions - by edb - 11-30-2022, 06:56 PM
RE: SVG plugin additions [WIP] - by edb - 12-01-2022, 02:35 PM
RE: SVG plugin additions [WIP] - by micheus - 12-01-2022, 07:06 PM
RE: SVG plugin additions [WIP] - by edb - 12-02-2022, 02:09 PM
RE: SVG plugin additions [WIP] - by micheus - 12-02-2022, 02:47 PM
RE: SVG plugin additions [WIP] - by edb - 12-02-2022, 04:26 PM
RE: SVG plugin additions [WIP] - by edb - 12-06-2022, 05:43 PM
RE: SVG plugin additions [WIP] - by edb - 02-27-2023, 10:47 PM
RE: SVG plugin additions [WIP] - by micheus - 02-28-2023, 12:14 PM
RE: SVG plugin additions [WIP] - by edb - 02-28-2023, 11:58 PM
RE: SVG plugin additions [WIP] - by edb - 03-03-2023, 01:11 PM
RE: SVG plugin additions [WIP] - by edb - 03-09-2023, 01:11 PM
RE: SVG plugin additions [WIP] - by micheus - 03-09-2023, 05:55 PM
RE: SVG plugin additions [WIP] - by edb - 03-11-2023, 09:16 PM
RE: SVG plugin additions [WIP] - by tkbd - 03-15-2023, 09:28 AM
RE: SVG plugin additions [WIP] - by edb - 03-18-2023, 12:37 PM
RE: SVG plugin additions [WIP] - by tkbd - 03-23-2023, 09:15 AM
RE: SVG plugin additions [WIP] - by edb - 04-05-2023, 08:04 PM
RE: SVG plugin additions [WIP] - by tkbd - 04-26-2023, 09:18 PM
RE: SVG plugin additions [WIP] - by edb - 04-27-2023, 09:43 PM
RE: SVG plugin additions [WIP] - by edb - 05-07-2023, 01:21 PM
RE: SVG plugin additions [WIP] - by micheus - 05-07-2023, 06:48 PM
RE: SVG plugin additions [WIP] - by edb - 05-07-2023, 07:50 PM
RE: SVG plugin additions [WIP] - by edb - 05-08-2023, 02:52 PM
RE: SVG plugin additions [WIP] - by micheus - 05-08-2023, 05:03 PM
RE: SVG plugin additions [WIP] - by tkbd - 05-09-2023, 11:26 AM
RE: SVG plugin additions [WIP] - by edb - 05-09-2023, 03:50 PM
RE: SVG plugin additions [WIP] - by edb - 05-12-2023, 05:56 PM
RE: SVG plugin additions [WIP] - by edb - 05-28-2023, 08:39 PM
RE: SVG plugin additions - by edb - 10-19-2023, 09:44 PM
RE: SVG plugin additions - by edb - 04-12-2024, 10:12 PM

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D - Powered by MyBB

Linear Mode
Threaded Mode