Martin Schoch
My feedback
4 results found
-
153 votes
Just a general status update. We are currently and will continuously improve SVG import support in Adobe Illustrator. We are currently working on solving the issues mentioned in this report. Please feel free to open new bug reports here on uservoice if you are experiencing additional/untracked issues.
An error occurred while saving the comment Martin Schoch supported this idea · -
11 votesCompleted (Comments Open) · AdminAvinash Singh Kotwal (Principal Product Manager, Adobe Illustrator) responded
I am happy to share that we have fixed this bug in our latest release – 23.0.6 which is available worldwide now.
Going forward, our goal is to fix as many top User-Voice bugs as possible and as frequently as possible. Given the nature of the fixes, some of the bugs will take a longer time to fix, but we are on it.
You can update to the latest release using Creative Cloud desktop App: https://helpx.adobe.com/in/creative-cloud/help/creative-cloud-updates.html
Thank you for all the feedback. Keep it coming!
Martin Schoch supported this idea · -
7 votes
We have the fix available in the latest release. Please update Illustrator using Adobe Creative Cloud application to the latest build for version Illustrator CC 23.0.
Please refer to our knowledge base FAQ – https://illustrator.uservoice.com/knowledgebase/articles/1844590 if you face difficulty in update.
Or get in touch with us at any of the other support channels – https://helpx.adobe.com/support.htmlWarm Regards,
Ashutosh Chaturvedi | Sr. Quality Engineering Manager – Illustrator
Adobe. Make It an Experience.Martin Schoch supported this idea · -
3 votesMartin Schoch supported this idea ·
Hello Dirk,
regarding SVG I encountered the following issue in Adobe Illustrator: When defining a pen with a “stroke-width” in the “style” section of the SVG transformation are not applied to “stroke width”.
e.g.
Definition of Pen:
******************
<style type="text/css">
<![CDATA[
.Pen0 {fill:none;stroke:black;stroke-width:53;}
.ShapeStyle0 {fill:black;stroke:black;stroke-width:53;}
]]>
</style>
Transformation:
*****************
<g transform="matrix(3.12112 0 0 3.12884 165.161 945.581)">
Draw elements:
****************
<path d="M512.705,258.049 A184.000,241.500 0.000 1,0 512.724,740.951" fill-rule="nonzero" class="Pen0"/>
<polyline points="502,258 998,258" class="Pen0"/>
This issue does not occur in other SVG viewers or Web browsers. There the stroke-width is transformed / scaled correctly.
Don’t hesitate to contact me if you require test files to reproduce the issue.
regards
Martin