Message 1 of 5
Not applicable
09-26-2016
10:40 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
SVG shapes with cutouts are giving me problems when trying to import into Maya 2017. Error is:
// Error: Unexpected number of points for SVG path. //
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;"> <path d="M960,140c220.766,0 400,179.234 400,400c0,220.766 -179.234,400 -400,400c-220.766,0 -400,-179.234 -400,-400c0,-220.766 179.234,-400 400,-400ZM959.529,226.566c163.325,0 295.923,139.795 295.923,311.983c0,172.188 -132.598,311.983 -295.923,311.983c-163.324,0 -295.923,-139.795 -295.923,-311.983c0,-172.188 132.599,-311.983 295.923,-311.983Z" style="fill:#000;"/> </svg>
There are only eight points...
Solved! Go to Solution.