astromapper 1.0.45 → 1.0.46

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5e4cadd01096bf15b56f78a26a341572bf1617de
4
- data.tar.gz: b63ca03a9fb317264215c9646b165519b13f7bb6
3
+ metadata.gz: c55118029825b1368bdb55f03741e9a04a38a2c4
4
+ data.tar.gz: 17ed8df8206dbc0dc9d64b202d840a1e2224efbb
5
5
  SHA512:
6
- metadata.gz: ab63af476591265f0afe5b7f3b7a462db034bdf365bb7897b0c2dc36e07874af8df5612fce9911c5c5a8d92a34ef852ed617c299971c7ece4ad4a5c01fc3742c
7
- data.tar.gz: c7c70e425c455df7f2c264af1f52b9732d795faa75184b0a55e61d7f2f4a9cfab5ed5c3fdd7e6f84f2fdb125c8bca5919a155de2cb1d1caea04977ae6a307160
6
+ metadata.gz: 2cb1c7b17fcf4a9f881ff4c890bef90e514a80b9f325ff623ce697678142e438428945d406f3ceeddb3c139dbed6d1a147b6db4cfa5966fa4ebf351a36ffcfc6
7
+ data.tar.gz: 55aa7391c1d7130b3b86fd558580f646391f9cdbf16f78e66bec2b4737e65a572f0c8062ea0ecf00f4ee8d97e28373af14a5a9bc7449f461d0392b46fd19e32f
@@ -64,8 +64,8 @@ module Astromapper
64
64
  svg << header
65
65
  svg << tract_marks
66
66
  svg << hex_grid
67
- svg << @volumes.map {|v| world(v) }
68
67
  svg << build_routes
68
+ svg << @volumes.map {|v| world(v) }
69
69
  svg << volumes
70
70
  svg << frame
71
71
  svg << footer
@@ -105,9 +105,24 @@ module Astromapper
105
105
  g.volumes text {
106
106
  fill: #DDD;
107
107
  }
108
- line {
108
+ line.line1 {
109
+ stroke: #666;
110
+ opacity: 0.4;
111
+ stroke-width:4;
112
+ }
113
+ line.line2 {
114
+ stroke: #C00;
115
+ stroke-width:2;
116
+ }
117
+ line.line3 {
109
118
  stroke: #C00;
110
119
  stroke-width:2;
120
+ stroke-dasharray: 5, 5, 1, 5;
121
+ }
122
+ line.line4 {
123
+ stroke: #0C0;
124
+ stroke-width:2;
125
+ stroke-dasharray: 2,6;
111
126
  }
112
127
  polyline {
113
128
  fill: none;
@@ -1,3 +1,3 @@
1
1
  module Astromapper
2
- VERSION = "1.0.45"
2
+ VERSION = "1.0.46"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: astromapper
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.45
4
+ version: 1.0.46
5
5
  platform: ruby
6
6
  authors:
7
7
  - Merovex