Skip to content
Snippets Groups Projects
Commit 11e9fb84 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

visualizaition of gradient bars improved

parent 77196d27
No related branches found
No related tags found
1 merge request!347Resolve "Multicolored anchors"
...@@ -47,8 +47,9 @@ function OpenLayersRectangle(options) { ...@@ -47,8 +47,9 @@ function OpenLayersRectangle(options) {
var bounds = new Bounds(new Point(x1, y1), new Point(x2, y2)); var bounds = new Bounds(new Point(x1, y1), new Point(x2, y2));
self.addOpenLayersRectangle(self._createFeature({ self.addOpenLayersRectangle(self._createFeature({
strokeWeight: 0.000001, strokeWeight: 0.5,
strokeColor: "#000000", strokeColor: options.fillGradient[i].color,
strokeOpacity: options.fillOpacity,
bounds: bounds, bounds: bounds,
fillOpacity: options.fillOpacity, fillOpacity: options.fillOpacity,
fillColor: options.fillGradient[i].color, fillColor: options.fillGradient[i].color,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment