From 315b8c2d305193c0efa58d8575cf1fb089115949 Mon Sep 17 00:00:00 2001 From: crschmidt Date: Fri, 26 Dec 2008 14:23:23 +0000 Subject: [PATCH] more comments on sources for terms. git-svn-id: http://svn.openlayers.org/trunk/openlayers@8559 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Feature/Vector.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/OpenLayers/Feature/Vector.js b/lib/OpenLayers/Feature/Vector.js index 67efab8f64..59f2f0880b 100644 --- a/lib/OpenLayers/Feature/Vector.js +++ b/lib/OpenLayers/Feature/Vector.js @@ -297,7 +297,11 @@ OpenLayers.Feature.Vector = OpenLayers.Class(OpenLayers.Feature, { /** * Constant: OpenLayers.Feature.Vector.style * OpenLayers features can have a number of style attributes. The 'default' - * style will typically be used if no other style is specified. + * style will typically be used if no other style is specified. These + * styles correspond for the most part, to the styling properties defined + * by the SVG standard. + * Information on fill properties: http://www.w3.org/TR/SVG/painting.html#FillProperties + * Information on stroke properties: http://www.w3.org/TR/SVG/painting.html#StrokeProperties * * Default style properties: *