This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 185558

Summary: [69cat] Translate transformation template is not well formated
Product: javafx Reporter: javydreamercsw <javydreamercsw>
Component: UnsupportedAssignee: Anton Chechel <manowar>
Status: VERIFIED DUPLICATE    
Severity: normal    
Priority: P4    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: ENHANCEMENT Exception Reporter:

Description javydreamercsw 2010-05-05 20:46:20 UTC
[ BUILD # : 201005050201 ]
[ JDK VERSION : 1.6.* ]

When you drag a Translate transformation from palette it brings:

                Translate {
    x :
    0.0,
    
    y :
    0.0
    }
 when it should be:

Translate {
                        x: 0.0,
                        y: 0.0
                    }

Also it doesn't add the transforms:[] part around it if not within one already.
Comment 1 Karol Harezlak 2010-06-14 11:28:57 UTC
Anton could you look it? It may have something to do with formating. Thanks!
Comment 2 Anton Chechel 2010-06-14 12:46:36 UTC

*** This bug has been marked as a duplicate of bug 177196 ***
Comment 3 Alexandr Scherbatiy 2010-06-16 11:02:56 UTC
verified