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 227394

Summary: support for SVG styling
Product: web Reporter: fortruth <fortruth>
Component: CSS EditorAssignee: Milutin Kristofic <mkristofic>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 235151    

Description fortruth 2013-03-13 08:09:13 UTC
Product Version = NetBeans IDE 7.3 (Build 201302132200)
Operating System = Linux version 3.8.0-12-generic running on amd64
Java; VM; Vendor = 1.6.0_27
Runtime = OpenJDK 64-Bit Server VM 20.0-b12

when edit the css file.  such as 

.heatmap path{fill:none;stroke:#000000;stroke-width:2px}

the "fill", "stroke", "stroke-width"  all  of them shouldn't be unknown..
Comment 1 Marek Fukala 2013-07-12 12:48:28 UTC
The css editor is not SVG aware right now.

http://www.w3.org/TR/SVG/styling.html
Comment 2 Marek Fukala 2013-07-12 12:49:33 UTC
BTW, you can add those to the ignore list - each warning have a hint fix for that. I'll try to address the SVG styling in next version. Thank you for the report!