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 - support for SVG styling
Summary: support for SVG styling
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: CSS Editor (show other bugs)
Version: 8.2
Hardware: PC Linux
: P3 normal with 4 votes (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks: 235151
  Show dependency tree
 
Reported: 2013-03-13 08:09 UTC by fortruth
Modified: 2016-10-01 23:32 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!