login | about | faq

If you have any feedback from our EAP, we've created a UserVoice forum especially for you! Check it out, and let us know what you think of the latest Early Access build.

Elements without properties don't get an endtag:

<TransformGroup >
    <ScaleTransform 
    <SkewTransform 
    <RotateTransform RotateTransform.Angle="-180" />
    <TranslateTransform 
</TransformGroup>

should be translated to:

<TransformGroup >
    <ScaleTransform />
    <SkewTransform />
    <RotateTransform RotateTransform.Angle="-180" />
    <TranslateTransform />
</TransformGroup>

asked Sep 26 '11 at 14:15

SvenWS's gravatar image

SvenWS
1

I've logged this as RP-1886

(Sep 27 '11 at 15:30) Clive ♦♦

This has been fixed internally, and the fix should be in the next EAP.

answered Sep 27 '11 at 16:18

Clive's gravatar image

Clive ♦♦
1.1k5

Your answer
toggle preview

Follow this question


By Email:

Once you sign in you will be able to subscribe for any updates here


By RSS:

Answers

Answers and Comments

Formatting your answer

  • *Italic*
  • **Bold**
  • ***Bold Italic***
  • Link: [text](http://url.com/ "title")
  • Paragraph: Two line breaks
  • Bulleted list: Paragraph then start line with *
  • Numbered list: Paragraph then start line with 1.
  • Blockquote: Paragraph then start with with >
  • Basic HTML tags are also supported

Asked: Sep 26 '11 at 14:15

Seen: 394 times

Last updated: Sep 27 '11 at 16:18

 

Tags:

×7