Skip to content

Commit

Permalink
removed commented line from expression
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondnijssen authored and nyalldawson committed Sep 8, 2018
1 parent b4dbdef commit 694f86a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/data/qgis-hackfests.qml
Expand Up @@ -61,7 +61,7 @@
<Option name="properties" type="Map">
<Option name="fillColor" type="Map">
<Option name="active" type="bool" value="true"/>
<Option name="expression" type="QString" value="--color_hsv(second(now()), 170, 0 )&#xa;color_hsv((abs(second(now())-30) * 7) + 60, 95, 87)"/>
<Option name="expression" type="QString" value="color_hsv((abs(second(now())-30) * 7) + 60, 95, 87)"/>
<Option name="type" type="int" value="3"/>
</Option>
<Option name="size" type="Map">
Expand Down

0 comments on commit 694f86a

Please sign in to comment.