hieroglyph 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile CHANGED
@@ -5,9 +5,8 @@ gem 'savage'
5
5
  gem 'nokogiri'
6
6
 
7
7
  group :test do
8
+ gem 'rake'
8
9
  gem 'savage'
9
10
  gem 'nokogiri'
10
11
  gem 'rspec'
11
- # gem 'mocha'
12
- # gem 'bourne'
13
12
  end
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # Hieroglyph 0.1.2
1
+ # Hieroglyph 0.1.3
2
2
 
3
- Icon fonts are a great way to put sharp, highly-malleable icons onto your website using @font-face. [Chris Coyier thinks they're a good idea](http://css-tricks.com/using-fonts-for-icons/), and you should too.
3
+ Icon fonts are a great way to add sharp, flexible icons to your website using @font-face. [Chris Coyier thinks they're a good idea](http://css-tricks.com/using-fonts-for-icons/), and you should too.
4
4
 
5
5
  Hieroglyph lets you turn a directory of SVG icons into an SVG font, all simple-like.
6
6
  To produce the remaining web filetypes (eot, ttf, woff) run the font file through [Fontsquirrel's generator](http://www.fontsquirrel.com/fontface/generator).
@@ -77,6 +77,7 @@ If you want to help out, great! As an inexperienced dev, I'd appreciate any help
77
77
  ## Testing
78
78
 
79
79
  bundle install
80
+ rake install
80
81
  rake test
81
82
 
82
83
  ## Thanks
@@ -85,3 +86,4 @@ If you want to help out, great! As an inexperienced dev, I'd appreciate any help
85
86
  - [Stephen Wyatt Bush](http://stephenwyattbush.com/), for his in-depth [tutorial.](http://blog.stephenwyattbush.com/2012/02/01/making-an-icon-font)
86
87
  - [Jeremy Holland](http://www.jeremypholland.com/), for the [Savage SVG parsing gem.](https://github.com/awebneck/savage)
87
88
  - [Inkscape contributors](https://launchpad.net/inkscape/+topcontributors), who provided the original SVG font tool I used a lot on this project.
89
+ - [P.J. Onori](http://somerandomdude.com/work/iconic/) for creating the open source Iconic icons, which I use as example icons.
@@ -17,4 +17,5 @@ Gem::Specification.new do |gem|
17
17
 
18
18
  gem.add_dependency 'nokogiri', '>= 0'
19
19
  gem.add_dependency 'savage', '>= 0'
20
+ gem.add_dependency 'escape', '>= 0'
20
21
  end
@@ -3,17 +3,11 @@
3
3
  <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
4
  <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
5
5
  width="1000px" height="1000px" viewBox="0 0 1000 1000" enable-background="new 0 0 1000 1000" xml:space="preserve">
6
- <path fill="#050606" d="M866.341,533.889c-7.23-8.624-14.862-11.476-21.095-13.302c-6.368-1.69-12.206-2.153-18.276-2.153
7
- l-210.252-0.133c-1.957,0.133-6.468-1.195-10.215-4.112c-3.849-2.855-6.27-6.801-6.7-8.691l-60.897-218.911
8
- c-2.023-6.899-4.248-13.134-8.825-19.902c-4.177-6.102-13.366-16.285-30.083-16.684c-16.617,0.332-25.904,10.514-30.084,16.684
9
- c-4.578,6.833-6.833,13.069-8.755,19.967L400.261,505.43c-0.4,1.925-2.92,5.903-6.734,8.69c-3.715,2.92-8.226,4.245-10.183,4.178
10
- l-210.288,0.066c-8.093,0.131-15.658,0.662-24.812,4.544c-4.511,2.023-9.816,5.141-14.493,10.914
11
- c-4.744,5.571-7.994,14.264-7.862,22.057c0.266,12.472,5.505,20.066,9.817,25.341c4.578,5.339,9.352,9.122,14.728,12.669
12
- l169.456,111.676c3.021,1.293,8.328,10.682,7.863,16.983c0,1.558-0.199,2.819-0.464,3.783l-65.872,215.858
13
- c-1.823,6.235-3.216,12.272-3.284,19.636c0.099,6.168,0.828,14.192,7.063,23.217c6.038,9.285,19.438,15.089,28.593,14.526
14
- c17.313-0.928,24.544-7.761,33.1-14.264l165.678-141.063c1.359-1.26,4.809-2.722,8.688-2.722c3.75,0,7.031,1.328,8.392,2.522
15
- l174.631,142.226c8.657,6.269,15.755,12.771,32.671,13.698c0.399,0,0.829,0.034,1.227,0.034c8.724,0,20.93-5.276,26.902-14.099
16
- c6.368-8.956,7.164-17.112,7.229-23.151c-0.064-7.927-1.626-14.263-3.847-20.995L674.43,724.534
17
- c-0.331-0.929-0.566-2.254-0.566-3.914c-0.431-5.837,4.38-14.195,7.133-15.39l168.595-111.277
18
- c5.373-3.55,10.184-7.364,14.761-12.703c4.245-5.309,9.519-12.868,9.752-25.338C874.302,548.149,871.051,539.46,866.341,533.889z"/>
6
+ <g id="Layer_1_1_">
7
+ </g>
8
+ <path id="brush" fill="#0C0C0C" d="M504.973,749.52c0-69.158-56.142-125.197-125.284-125.197
9
+ c-69.155,0-125.196,56.039-125.196,125.197l0.091,0.092c-0.091,92.635-50.433,173.438-125.193,216.729l0.378,0.459
10
+ C166.536,987.895,209.104,1000,254.583,1000c138.324,0,250.482-112.17,250.482-250.479L504.973,749.52L504.973,749.52z
11
+ M853.182,276.161c-36.664-36.675-96.143-36.675-132.807,0l-267.67,267.623c62.016,22.092,110.809,70.909,132.797,132.912
12
+ l267.68-267.726C889.891,372.292,889.891,312.836,853.182,276.161z"/>
19
13
  </svg>
@@ -0,0 +1,19 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
5
+ width="1000px" height="1000px" viewBox="0 0 1000 1000" enable-background="new 0 0 1000 1000" xml:space="preserve">
6
+ <g id="Layer_1_1_">
7
+ </g>
8
+ <g id="chat">
9
+ <path fill="#010101" d="M687.408,531.25V437.5C687.408,308.056,593.75,250,500,250H312.408C218.75,250,125,299.805,125,437.5
10
+ C125,572.266,218.75,625,312.408,625h21.79c-13.264,25.771-21.79,56.396-21.79,93.75v93.75c0,103.546,84.046,187.5,187.592,187.5
11
+ c0-51.818,42.021-93.75,93.75-93.75h93.658C781.25,906.25,875,853.516,875,718.75C875,581.055,781.25,531.25,687.408,531.25z
12
+ M312.408,531.25c-93.658,0-93.658-70.599-93.658-93.75c0-28.106,0-93.75,93.658-93.75H500c35.064,0,93.75,12.188,93.75,93.75
13
+ v93.75c0,30.636-14.74,57.919-37.721,75.027c-34.24-45.547-88.633-75.027-149.779-75.027H312.408z M687.408,812.5H593.75
14
+ c-61.249,0-115.734,29.48-149.952,74.981c-22.808-17.12-37.548-44.403-37.548-74.981v-93.75c0-42.893,21.332-68.939,42.561-82.316
15
+ C478.862,652.1,500,682.587,500,718.75c69.307,0,129.09-37.994,161.591-93.842c-0.092,0.046-0.092,0.046-0.092,0.046L687.408,625
16
+ c93.842,0,93.842,65.689,93.842,93.75C781.25,741.959,781.25,812.5,687.408,812.5z M680.908,577.986
17
+ c-0.641,2.152-1.373,4.259-2.014,6.353C679.535,582.245,680.359,580.139,680.908,577.986z"/>
18
+ </g>
19
+ </svg>
@@ -3,7 +3,10 @@
3
3
  <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
4
  <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
5
5
  width="1000px" height="1000px" viewBox="0 0 1000 1000" enable-background="new 0 0 1000 1000" xml:space="preserve">
6
- <path fill="#0B0B0B" d="M661.423,448.617c-19.3,19.267-179.898,180.145-219.839,220.108
7
- c-29.402-31.169-103.735-105.96-103.735-105.96l-86.753,86.757l189.941,195.817l308.598-308.6
8
- C749.635,536.739,686.99,474.092,661.423,448.617z"/>
6
+ <g id="Layer_1_1_">
7
+ </g>
8
+ <g id="arrow_x5F_down_x5F_alt1">
9
+ <path fill="#010101" d="M878,624.954C878,417.908,710.092,250,503,250S128,417.908,128,624.954C128,832.092,295.908,1000,503,1000
10
+ S878,832.092,878,624.954z M315.5,625.675h140.625V437.5h93.75v188.175h139.893L503,812.5L315.5,625.675z"/>
11
+ </g>
9
12
  </svg>
@@ -3,6 +3,10 @@
3
3
  <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
4
  <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
5
5
  width="1000px" height="1000px" viewBox="0 0 1000 1000" enable-background="new 0 0 1000 1000" xml:space="preserve">
6
- <polygon fill="#151514" points="745.365,374.643 499.029,620.965 252.729,374.643 131.5,495.97 377.77,742.218 377.759,742.229
7
- 500.882,865.357 868.5,497.771 "/>
6
+ <g id="Layer_1_1_">
7
+ </g>
8
+ <g id="arrow_x5F_down">
9
+ <path fill="#010101" d="M883,625.378L750.064,492.626c0,0-74.523,74.535-147.948,147.938V250H414.09v390.564L265.957,492.432
10
+ L133,625.378L508,1000L883,625.378z"/>
11
+ </g>
8
12
  </svg>
@@ -0,0 +1,11 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
5
+ width="1000px" height="1000px" viewBox="-484 -484 1000 1000" enable-background="new -484 -484 1000 1000" xml:space="preserve">
6
+ <path fill="#010101" d="M16-140.25c155.09,0,281.25,126.16,281.25,281.25S171.09,422.25,16,422.25S-265.25,296.09-265.25,141
7
+ S-139.09-140.25,16-140.25 M16-234c-207.092,0-375,167.908-375,375s167.908,375,375,375s375-167.908,375-375S223.092-234,16-234
8
+ L16-234z"/>
9
+ <path fill="#010101" d="M143.075,201.425l-80.2-80.303V-46.5h-94.288v187.316c0,14.1,6.489,26.276,16.285,34.974l91.919,91.919
10
+ L143.075,201.425z"/>
11
+ </svg>
@@ -1,3 +1,5 @@
1
+ require 'escape'
2
+
1
3
  module Hieroglyph
2
4
 
3
5
  class CharacterSheet
@@ -5,11 +7,11 @@ module Hieroglyph
5
7
  attr_accessor :files, :output_path
6
8
 
7
9
  @@montage_args = {
8
- 'background' => '#ffffff',
9
- 'fill' => '#000000',
10
- 'geometry' => '150x150+25+25',
11
- 'label' => '%t',
12
- 'mattecolor' => '#ffffff'
10
+ '-background' => '#ffffff',
11
+ '-fill' => '#000000',
12
+ '-mattecolor' => '#ffffff',
13
+ '-geometry' => '150x150+25+25',
14
+ '-label' => '%t'
13
15
  }
14
16
 
15
17
  def initialize(options)
@@ -17,7 +19,6 @@ module Hieroglyph
17
19
  @output_path = File.join(@options[:output_folder], @options[:name]) + '_characters.png'
18
20
  Hieroglyph.delete @output_path
19
21
  @files = []
20
- Hieroglyph.log 'ImageMagick detected - generating character sheet'
21
22
  end
22
23
 
23
24
  def add(file)
@@ -25,16 +26,20 @@ module Hieroglyph
25
26
  end
26
27
 
27
28
  def save
28
- cmd = 'montage'
29
+ Hieroglyph.header 'Character sheet generated'
30
+ cmd = ['montage']
29
31
  @@montage_args['title'] = @options[:name]
30
32
  @@montage_args.each do |arg, value|
31
- cmd << " -#{arg} #{value}"
33
+ cmd.push arg
34
+ cmd.push value
32
35
  end
33
36
  @files.each do |file|
34
- cmd << " #{file}"
37
+ cmd.push file
35
38
  end
36
- cmd << " #{@output_path}"
37
- `#{cmd}`
39
+ cmd.push @output_path
40
+ cmd = Escape.shell_command(cmd)
41
+ system(cmd)
42
+ Hieroglyph.log "Saved to #{File.expand_path(@options[:output_folder])}/#{@options[:name]}_characters.svg"
38
43
  end
39
44
  end
40
45
 
@@ -11,6 +11,8 @@ Usage: hieroglyph OPTIONS
11
11
 
12
12
  Run hieroglyph to generate an SVG font from a folder of SVG glyphs.
13
13
 
14
+ Report any problems here: http://github.com/averyvery/hieroglyph/issues
15
+
14
16
  Options:
15
17
  EOS
16
18
 
@@ -20,7 +22,7 @@ Options:
20
22
  if @execute
21
23
  font = Hieroglyph.make @options
22
24
  Hieroglyph.header "#{@options[:name]} generated"
23
- Hieroglyph.log "Saved to #{@options[:output_folder]}"
25
+ Hieroglyph.log "Saved to #{File.expand_path(@options[:output_folder])}/#{@options[:name]}.svg"
24
26
  Hieroglyph.log "To create a full set of webfonts, upload to:"
25
27
  Hieroglyph.log "http://www.fontsquirrel.com/fontface/generator"
26
28
  Hieroglyph.log
@@ -1,5 +1,5 @@
1
- require "nokogiri"
2
- require "savage"
1
+ require 'nokogiri'
2
+ require 'savage'
3
3
 
4
4
  module Hieroglyph
5
5
 
@@ -17,11 +17,11 @@ module Hieroglyph
17
17
  'path' => 'convert_path'
18
18
  }
19
19
 
20
- NAME_REGEX = /^..*?(?=(-|\.))/
21
-
22
- UNICODE_REGEX = /(?<=^&#(x|X)).*(?=;)/
23
-
24
20
  @@too_many_shapes = false
21
+ @@shape_found = false
22
+
23
+ def match(str, pattern_start, pattern, pattern_end)
24
+ end
25
25
 
26
26
  def initialize(file, source, font)
27
27
  @font = font
@@ -32,9 +32,10 @@ module Hieroglyph
32
32
  end
33
33
 
34
34
  def set_name(file, source)
35
- @name = file.gsub(source, '').gsub('/', '').match(NAME_REGEX).to_s
36
- unicode = @name.match(UNICODE_REGEX)
37
- if unicode
35
+ @name = file.gsub(source, '').gsub('/', '')
36
+ @name = @name.match(/^..*?(-|\.)/).to_s.chop
37
+ unicode = @name.match(/^&#(x|X).*?;/).to_s.gsub(/^&#(x|X)/, '').gsub(/;/, '')
38
+ unless unicode.empty?
38
39
  @font.unicode_values.push(unicode.to_s.upcase)
39
40
  else
40
41
  @font.characters.push(@name)
@@ -43,24 +44,21 @@ module Hieroglyph
43
44
 
44
45
  def parse_shapes
45
46
  path = Savage::Path.new
46
- count = 0
47
47
  SHAPE_HANDLERS.each do |type, method|
48
- contents = @contents.root.at_css(type)
49
- if contents
50
- count += 1
51
- if count > 1
52
- report_too_many
53
- else
54
- path = self.method(method).call(type, contents)
55
- end
48
+ contents = @contents.root.css(type)
49
+ unless contents.length == 0
50
+ report_too_many if contents.length > 1
51
+ report_too_many if @shape_found
52
+ path = self.method(method).call(type, contents.first)
53
+ @shape_found = true
56
54
  end
57
55
  end
58
56
  path
59
57
  end
60
58
 
61
59
  def convert_polygon(type, content)
62
- Hieroglyph.log "polygon found - converting", 9
63
- points = content["points"].split(" ")
60
+ Hieroglyph.log 'polygon found - converting', 9
61
+ points = content['points'].split(" ")
64
62
  Savage::Path.new do |path|
65
63
  start_position = points.shift.split(",")
66
64
  path.move_to(start_position[0], start_position[1])
@@ -75,7 +73,7 @@ module Hieroglyph
75
73
 
76
74
  def convert_path(type, content)
77
75
  Hieroglyph.log 'path found', 9
78
- path = Savage::Parser.parse content['d']
76
+ path = Savage::Parser.parse(content['d'])
79
77
  flip(path)
80
78
  end
81
79
 
@@ -1,3 +1,3 @@
1
1
  module Hieroglyph
2
- VERSION = "0.1.2"
2
+ VERSION = '0.1.3'
3
3
  end
@@ -10,6 +10,7 @@ describe Hieroglyph::CharacterSheet do
10
10
  def self.header(*)
11
11
  end
12
12
  end
13
+ File.delete('/tmp/sheet_characters.png') if File.exists?('/tmp/sheet_characters.png')
13
14
  @character_sheet = Hieroglyph::CharacterSheet.new({:output_folder => '/tmp', :name => 'sheet'})
14
15
  @path = File.expand_path('../../../support/test.svg', __FILE__)
15
16
  end
@@ -19,7 +20,6 @@ describe Hieroglyph::CharacterSheet do
19
20
  end
20
21
 
21
22
  it 'adds a file with a given name' do
22
- puts @path
23
23
  @character_sheet.add(@path)
24
24
  @character_sheet.files.should eql [@path]
25
25
  end
@@ -30,5 +30,6 @@ describe Hieroglyph::CharacterSheet do
30
30
  File.exists?('/tmp/sheet_characters.png').should be_true
31
31
  File.delete('/tmp/sheet_characters.png')
32
32
  end
33
+
33
34
  end
34
35
  end
@@ -25,6 +25,7 @@ describe Hieroglyph::Glyph do
25
25
  after :each do
26
26
  system('rm /tmp/glyphs/a-test.svg')
27
27
  end
28
+
28
29
  it 'sets a name when given simple letters' do
29
30
  @glyph.set_name('/tmp/glyphs/a-file.svg', '/tmp/glyphs/')
30
31
  @glyph.name.should eql 'a'
@@ -45,6 +46,11 @@ describe Hieroglyph::Glyph do
45
46
  @glyph.name.should eql '-'
46
47
  end
47
48
 
49
+ it 'sets a name when given a single-letter filename' do
50
+ @glyph.set_name('/tmp/glyphs/a.svg', '/tmp/glyphs/')
51
+ @glyph.name.should eql 'a'
52
+ end
53
+
48
54
  it 'sets a name when given unicode' do
49
55
  @glyph.set_name('/tmp/glyphs/&#xf8ff;-file.svg', '/tmp/glyphs/')
50
56
  @glyph.name.should eql '&#xf8ff;'
@@ -69,8 +75,10 @@ describe Hieroglyph::Glyph do
69
75
  end
70
76
 
71
77
  it 'reports too many if given multiple shapes' do
72
- @glyph.should_receive(:report_too_many)
73
- @glyph.contents = Nokogiri::XML('<?xml version="1.0" encoding="utf-8"?><svg><polygon points="2,2" /><path /></svg>')
78
+ @glyph.should_receive(:report_too_many).exactly(2).times
79
+ @glyph.contents = Nokogiri::XML('<?xml version="1.0" encoding="utf-8"?><svg><polygon points="2,2" /><path fill="" /></svg>')
80
+ @glyph.stub!(:convert_path)
81
+ @glyph.stub!(:convert_polygon)
74
82
  @glyph.parse_shapes
75
83
  end
76
84
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hieroglyph
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-05-04 00:00:00.000000000 Z
12
+ date: 2012-05-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: nokogiri
16
- requirement: &70243481833860 !ruby/object:Gem::Requirement
16
+ requirement: !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,10 +21,15 @@ dependencies:
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70243481833860
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ! '>='
28
+ - !ruby/object:Gem::Version
29
+ version: '0'
25
30
  - !ruby/object:Gem::Dependency
26
31
  name: savage
27
- requirement: &70243481833320 !ruby/object:Gem::Requirement
32
+ requirement: !ruby/object:Gem::Requirement
28
33
  none: false
29
34
  requirements:
30
35
  - - ! '>='
@@ -32,7 +37,28 @@ dependencies:
32
37
  version: '0'
33
38
  type: :runtime
34
39
  prerelease: false
35
- version_requirements: *70243481833320
40
+ version_requirements: !ruby/object:Gem::Requirement
41
+ none: false
42
+ requirements:
43
+ - - ! '>='
44
+ - !ruby/object:Gem::Version
45
+ version: '0'
46
+ - !ruby/object:Gem::Dependency
47
+ name: escape
48
+ requirement: !ruby/object:Gem::Requirement
49
+ none: false
50
+ requirements:
51
+ - - ! '>='
52
+ - !ruby/object:Gem::Version
53
+ version: '0'
54
+ type: :runtime
55
+ prerelease: false
56
+ version_requirements: !ruby/object:Gem::Requirement
57
+ none: false
58
+ requirements:
59
+ - - ! '>='
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
36
62
  description: Generate a web-ready SVG font from a directory of SVG icons
37
63
  email:
38
64
  - dougunderscorenelson@gmail.com
@@ -41,7 +67,6 @@ executables:
41
67
  extensions: []
42
68
  extra_rdoc_files: []
43
69
  files:
44
- - -rf
45
70
  - .gitignore
46
71
  - .rspec
47
72
  - Gemfile
@@ -54,12 +79,11 @@ files:
54
79
  - lib/hieroglyph/assets/fontsquirrel-subsetting.jpg
55
80
  - lib/hieroglyph/assets/footer
56
81
  - lib/hieroglyph/assets/glyphs/&#xf8ff;-private_unicode.svg
57
- - lib/hieroglyph/assets/glyphs/C-checkcircle.svg
58
- - lib/hieroglyph/assets/glyphs/a-star.svg
59
- - lib/hieroglyph/assets/glyphs/c-check.svg
60
- - lib/hieroglyph/assets/glyphs/d-downcaret.svg
61
- - lib/hieroglyph/assets/glyphs/e-invalid_shapes-BAD.svg
62
- - lib/hieroglyph/assets/glyphs/f-too_many_shapes-BAD.svg
82
+ - lib/hieroglyph/assets/glyphs/?-chat.svg
83
+ - lib/hieroglyph/assets/glyphs/A-arrowdown-circle.svg
84
+ - lib/hieroglyph/assets/glyphs/a-arrowdown.svg
85
+ - lib/hieroglyph/assets/glyphs/e-BAD-invalid_shapes.svg
86
+ - lib/hieroglyph/assets/glyphs/f-BAD-too_many_shapes.svg
63
87
  - lib/hieroglyph/assets/header
64
88
  - lib/hieroglyph/character_sheet.rb
65
89
  - lib/hieroglyph/command_line.rb
@@ -67,7 +91,6 @@ files:
67
91
  - lib/hieroglyph/glyph.rb
68
92
  - lib/hieroglyph/noop_sheet.rb
69
93
  - lib/hieroglyph/version.rb
70
- - rm
71
94
  - spec/lib/hieroglyph/character_sheet_spec.rb
72
95
  - spec/lib/hieroglyph/font_spec.rb
73
96
  - spec/lib/hieroglyph/glyph_spec.rb
@@ -97,7 +120,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
97
120
  version: '0'
98
121
  requirements: []
99
122
  rubyforge_project:
100
- rubygems_version: 1.8.15
123
+ rubygems_version: 1.8.24
101
124
  signing_key:
102
125
  specification_version: 3
103
126
  summary: Icon font creator
data/-rf DELETED
File without changes
@@ -1,10 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
- <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
5
- width="1000px" height="1000px" viewBox="0 0 1000 1000" enable-background="new 0 0 1000 1000" xml:space="preserve">
6
- <path fill="#0B0B0B" d="M499.968,250c-207.048,0-375.016,167.875-375.016,375.016c0,207.171,167.905,374.984,375.016,374.984
7
- c207.175,0,375.08-167.877,375.08-374.984C875.048,417.932,707.144,250,499.968,250z M441.037,845.339L251.096,649.521
8
- l86.753-86.757c0,0,74.333,74.791,103.735,105.96c39.94-39.963,200.539-200.841,219.839-220.108
9
- c25.567,25.476,88.212,88.123,88.212,88.123L441.037,845.339z"/>
10
- </svg>
@@ -1,19 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
- <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
5
- width="1000px" height="1000px" viewBox="0 0 1000 1000" enable-background="new 0 0 1000 1000" xml:space="preserve">
6
- <path fill="#050606" d="M866.341,533.889c-7.23-8.624-14.862-11.476-21.095-13.302c-6.368-1.69-12.206-2.153-18.276-2.153
7
- l-210.252-0.133c-1.957,0.133-6.468-1.195-10.215-4.112c-3.849-2.855-6.27-6.801-6.7-8.691l-60.897-218.911
8
- c-2.023-6.899-4.248-13.134-8.825-19.902c-4.177-6.102-13.366-16.285-30.083-16.684c-16.617,0.332-25.904,10.514-30.084,16.684
9
- c-4.578,6.833-6.833,13.069-8.755,19.967L400.261,505.43c-0.4,1.925-2.92,5.903-6.734,8.69c-3.715,2.92-8.226,4.245-10.183,4.178
10
- l-210.288,0.066c-8.093,0.131-15.658,0.662-24.812,4.544c-4.511,2.023-9.816,5.141-14.493,10.914
11
- c-4.744,5.571-7.994,14.264-7.862,22.057c0.266,12.472,5.505,20.066,9.817,25.341c4.578,5.339,9.352,9.122,14.728,12.669
12
- l169.456,111.676c3.021,1.293,8.328,10.682,7.863,16.983c0,1.558-0.199,2.819-0.464,3.783l-65.872,215.858
13
- c-1.823,6.235-3.216,12.272-3.284,19.636c0.099,6.168,0.828,14.192,7.063,23.217c6.038,9.285,19.438,15.089,28.593,14.526
14
- c17.313-0.928,24.544-7.761,33.1-14.264l165.678-141.063c1.359-1.26,4.809-2.722,8.688-2.722c3.75,0,7.031,1.328,8.392,2.522
15
- l174.631,142.226c8.657,6.269,15.755,12.771,32.671,13.698c0.399,0,0.829,0.034,1.227,0.034c8.724,0,20.93-5.276,26.902-14.099
16
- c6.368-8.956,7.164-17.112,7.229-23.151c-0.064-7.927-1.626-14.263-3.847-20.995L674.43,724.534
17
- c-0.331-0.929-0.566-2.254-0.566-3.914c-0.431-5.837,4.38-14.195,7.133-15.39l168.595-111.277
18
- c5.373-3.55,10.184-7.364,14.761-12.703c4.245-5.309,9.519-12.868,9.752-25.338C874.302,548.149,871.051,539.46,866.341,533.889z"/>
19
- </svg>
@@ -1,651 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
- <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
5
- width="1000px" height="1000px" viewBox="0 0 1000 1000" enable-background="new 0 0 1000 1000" xml:space="preserve">
6
- <g>
7
- <polygon fill="#231F20" points="340.342,554.628 342.028,552.916 333.147,556.789 "/>
8
- <polygon fill="#231F20" points="386.667,428.986 386.68,428.986 386.641,428.828 "/>
9
- <polygon fill="#231F20" points="594.552,633.234 596.238,631.521 587.358,635.422 "/>
10
- <polygon fill="#231F20" points="642.485,341.446 642.538,341.5 642.485,341.315 "/>
11
- <path fill="#231F20" d="M923.546,591.862l-2.055-1.975l-2.688-1.793l-2.504-1.555l-2.293-1.871l-1.477-2.135l-0.315-2.819
12
- l1.266-3.53l-2.689-0.896l-2.133,0.5l-1.792,1.291l-1.582,1.844l-1.791,1.74l-1.765,1.501l-2.162,0.712l-2.396-0.317l-1.055-1.422
13
- l-1.369-1.027l-1.478-1.004l-1.264-0.762l-1.291-1.004l-0.765-1l-0.263-1.133l0.553-1.343l-1.371-0.318l-1.37,0.237l-1.475,0.499
14
- l-1.477,0.581l-1.555,0.344l-1.369,0.263l-1.478-0.447l-1.238-0.975l1.977-2.662l1.659-2.635l1.529-2.847l1.555-2.74l1.447-2.767
15
- l1.688-2.636l2.03-2.396l2.475-2.109l-0.736-1.687l-0.686-1.345l-0.896-1.236l-0.974-1.003l-1.135-1.002l-1.236-0.764l-1.37-0.659
16
- l-1.398-0.422l-3.398,0.054l-2.608,1.054l-2.239,1.741l-1.766,2.317l-1.898,2.188l-1.766,2.293l-2.214,1.844l-2.715,1.187
17
- l-0.5-1.925l-0.396-1.688l-0.342-1.685l-0.368-1.477l-0.58-1.58l-0.5-1.37l-0.791-1.318l-0.817-1.236l-1.371,0.131l-1.001,0.474
18
- l-0.896,0.687l-0.631,1.053l-0.711,1.002l-0.554,1.159l-0.659,1.056l-0.501,1.105h-4.559l-4.453,0.738l-4.348,1.213l-4.059,1.766
19
- l-4.163,1.897l-3.848,2.239l-3.796,2.424l-3.505,2.557l-0.79-1.105l-1.134-0.449l-1.37-0.211l-1.37,0.025l-1.238-0.078
20
- l-0.922-0.316l-0.369-0.896l0.316-1.605l2.239-2.662l2.583-2.056l2.558-1.87l2.925-1.451l2.925-1.158l3.056-0.842l3.268-0.501
21
- l3.531-0.078l-7.537-2.003l2.084-4.164l2.897-2.846l3.373-2.214l3.849-1.424l3.953-0.975l4.161-0.447l4.085-0.185l4.085,0.185
22
- l0.791-1.503l1.238-1.026l1.238-0.843l1.448-0.474l1.477-0.581l1.555-0.501l1.344-0.58l1.503-0.579l2.95-0.055l2.925,0.975
23
- l2.768,1.635l2.872,1.976l2.53,1.449l2.606,0.948l2.479-0.368l2.476-1.74l1.026-0.157l0.924-0.316l0.528-0.923l0.526-0.923
24
- l0.211-1.238l0.236-1.237l0.236-1.267l0.264-0.896l-0.79-1.476l-0.712-1.688l-0.71-1.817l-0.713-1.555l-1.159-1.45l-1.264-0.791
25
- l-1.82-0.184l-2.134,0.949l-1.159-0.791l-0.579-0.79l-0.133-1.003l0.186-0.923l0.395-1.027l0.423-0.896l0.422-1.054l0.315-0.686
26
- l-1.713,0.368l-1.316,1.159l-1.134,1.502l-0.974,1.923l-1.187,1.74l-1.265,1.739l-1.66,1.397l-1.924,0.922l-1.026-1.896
27
- l-0.924-0.791l-1.134-0.105l-1.133,0.474l-1.238,0.368l-1.027,0.026l-1.027-0.659l-0.817-1.687l-6.746,3.506l-0.026-2.03
28
- l-0.342-1.265l-0.711-0.738l-0.71-0.475l-1.028-0.527l-1.027-0.421l-0.924-0.79l-0.817-1.135l-2.001,1.528l-1.898,2.187
29
- l-1.897,2.266l-1.766,2.216l-2.028,1.605l-2.031,0.817l-2.265-0.289l-2.397-1.527l-0.079-5.088l-2.636-0.105l-1.896,1.16
30
- l-1.554,1.739l-1.108,2.162l-1.291,1.738l-1.37,1.397l-1.818,0.264l-2.293-1.027l-1.58,0.396l-1.581,0.368l-1.555,0.264
31
- l-1.581,0.236l-1.713-0.078l-1.712-0.185l-1.819-0.316l-1.712-0.421l-4.849-4.691l-2.002,1.423l-2.029,1.16l-2.055,0.948
32
- l-1.872,0.816l-2.161,0.605l-2.029,0.843l-2.135,0.792l-2.028,1.211l-1.475-0.104l-1.134-0.316l-1.027-0.528l-0.712-0.685
33
- l-0.711-1.027l-0.448-0.896l-0.344-1.134v-1.002l-2.635,1.397l-2.688,0.843l-2.952,0.5l-2.949,0.422l-3.058,0.264l-2.581,0.605
34
- l-2.478,1.056l-1.898,1.765l-1.265-0.236l-0.791-0.344l-0.685-0.526l-0.448-0.553l-0.606-0.66l-0.606-0.579l-0.658-0.553
35
- l-0.791-0.212l0.658-1.713l3.926-1.422l4.086-1.317l3.928-1.557l4.056-1.447l3.822-1.634l3.847-1.66l3.821-1.871l3.821-1.897
36
- l1.237,0.316l1.502,0.686l1.477,0.395l1.711,0.555l1.582,0.105l1.713-0.158l1.477-0.605l1.553-1.135l0.423-0.71l0.923-0.132
37
- l1.026,0.105l0.792,0.658l0.737,1.027l0.686,1.213l0.685,1.028l0.817,0.975l0.685,0.686l1.135,0.315l1.265-0.025l1.581-0.236
38
- l0.237-1.055l0.21-1.002l0.29-1.025l0.289-0.817l0.344-1.004l0.42-0.842l0.449-0.896l0.711-0.685l11.778,7.062l1.213-1.159
39
- l0.66-1.371l-0.027-1.579v-1.608l-0.133-1.688l0.422-1.344l1.213-1.159l2.293-0.528l1.002,0.106l1.027,0.107l0.764-0.134
40
- l0.896-0.132l0.844-0.343l0.79-0.343l0.738-0.605l1.027-0.475l2.16-0.024l2.267-0.055l2.372-0.264l2.398-0.052h2.16l2.24,0.264
41
- l1.95,0.791l1.924,1.423l0.342-1.159l0.58-1.213l0.66-1.397l0.948-1.026l1.027-0.924l1.37-0.499l1.344,0.104l1.818,0.871
42
- l1.371-0.396l1.001-0.896l0.685-1.477l0.606-1.477l0.58-1.608l1.002-1.291l1.448-0.685l2.162,0.184l2.346-2.082l6.903,5.982
43
- l0.554-0.896l0.581-0.79l0.395-1.028l0.554-0.923l0.448-0.922l0.792-0.712l0.895-0.448l1.213-0.131l-0.896-1.239l-1.266-1.344
44
- l-1.528-1.66l-1.134-1.581l-0.817-1.791l-0.186-1.581l0.924-1.607l2.318-1.186l0.08-1.818l0.922-1.027l1.212-0.948l1.582-0.475
45
- l1.369-0.686l1.106-0.816l0.342-1.397l-0.289-1.792l0.686-0.896l0.763-0.817l0.686-0.71l0.66-0.686l0.341-0.79l0.318-0.817v-0.896
46
- l-0.185-1.026l-1.792-0.054h-1.923l-2.293-0.052l-2.029-0.106l-2.136-0.528l-1.738-0.737l-1.397-1.477l-0.842-1.896l-1.529,2.082
47
- l-1.896,1.397l-2.134,0.816l-2.267,0.711l-2.477,0.633l-2.266,0.922l-2.002,1.397l-1.713,2.319l-0.685-2.95l-1.766-2.689
48
- l-2.187-2.689l-2.083-2.345l-1.528-2.609l-0.263-2.345l1.659-2.424l4.163-2.107l-0.053-1.819v-1.791l-0.158-1.951l-0.132-1.687
49
- l-0.499-1.818l-0.712-1.449l-1.265-1.448l-1.528-1.003l-3.979-0.948l-2.82,0.843l-2.318,1.978l-2.002,2.529l-2.134,2.424
50
- l-2.215,2.056l-2.925,0.738l-3.663-0.738l-5.664,6.007l-1.714-0.659l-1.606,0.265l-1.687,0.817l-1.45,1.158l-1.555,0.948
51
- l-1.582,0.686l-1.712-0.185l-1.712-1.106l-1.896,1.766l-1.897,0.474l-2.216-0.315l-2.001-0.633l-2.162-0.765l-2.082,0.026
52
- l-1.871,1.055l-1.581,2.425l-1.028-0.792l-0.791-0.789l-0.948-0.87l-0.791-0.792l-1.055-0.764l-1.027-0.579l-1.238-0.423
53
- l-1.37,0.054l-0.158-1.238v-1.16l0.212-1.236l0.316-1.266l0.316-1.37l0.553-1.267l0.554-1.105l0.764-1.056l1.818,0.527l1.951,1.002
54
- l1.951,0.948l2.028,1.002l1.844,0.764l1.95,0.766l1.924,0.316l2.055,0.184l2.108-2.87l3.135-1.635l3.611-1.105l4.084-0.634
55
- l3.716-1.054l3.505-1.555l2.528-2.768l1.66-4.111l0.633-2.055l1.581-1.501l1.792-1.397l2.239-1.186l1.923-1.371l1.766-1.396
56
- l1.106-1.844l0.396-2.161l-0.685-1.897l-0.29-1.738l-0.211-1.66l-0.078-1.503v-1.554l-0.026-1.477l-0.026-1.608l0.079-1.58
57
- l-1.924-0.318l-1.687,0.477l-1.817,0.842l-1.819,1.159l-1.766,0.95l-1.79,0.815l-1.951,0.265l-1.923-0.396l-0.896,0.58
58
- l-0.896,0.553l-1.105,0.367l-1.134,0.238l-1.292-0.975l-0.79-1.029l-0.606-1.105l-0.342-1.027l-0.369-1.134l-0.236-1.105
59
- l-0.369-1.056l-0.368-0.738l-2.557,1.713l-2.556,1.977l-2.714,1.635l-2.741,1.527l-3.003,0.948l-2.925,0.422l-3.214-0.29
60
- l-3.058-0.975l-1.817,1.502l-1.873,1.608l-2.345,1.528l-2.294,1.634l-2.556,1.396l-2.346,1.529l-2.477,1.606l-2.135,1.766
61
- l-1.818-1.686l-0.923,0.686l-0.896,1.027l-1.106,1.157l-1.107,1.055l-1.369,0.711l-1.186,0.449l-1.502-0.053l-1.371-0.791
62
- l-1.475-0.975l-1.397-0.871l-1.501-1.001l-1.239-1.001l-1.396-1.238l-1.027-1.238l-0.948-1.345l-0.477-1.344l3.611-1.765
63
- l3.557-1.766l3.505-2.004l3.584-2.081l3.374-2.45l3.347-2.425l3.398-2.557l3.452-2.556l2.267,0.975l2.16,0.077l2.03-0.841
64
- l2.028-0.948l1.793-1.056l2.027-0.367l1.95,0.526l2.188,2.002l0.58-0.685l0.764-0.342l0.896-0.37l0.923-0.024h0.764l0.925,0.317
65
- l0.817,0.315l0.762,0.684l-1.712-4.056l3.135-1.53l3.479-1.291l3.743-1.212l4.058-1.212l3.952-1.185l4.058-1.214l3.821-1.212
66
- l3.98-1.184l1.422-1.873l1.555-1.818l1.345-2.082l1.344-2.056l0.923-2.266l0.764-2.187l0.448-2.029l0.159-1.95h-0.87l-0.923,0.158
67
- l-0.896,0.105l-0.896,0.159l-1.027-0.106l-0.817-0.343l-0.686-0.631l-0.475-1.028l-0.367-1.028l0.106-1.028l0.342-1.027
68
- l0.317-1.001l0.185-1.028l-0.106-1.027l-0.474-0.923l-1.159-0.736l-1.555,0.474l-1.371,1.053l-1.316,1.264l-1.37,1.265
69
- l-1.292,0.817l-1.423,0.606l-1.45-0.106l-1.369-1.105l-2.397,0.157l-2.267-0.42l-2.266-1.214l-2.214-1.106l-2.265-1.211
70
- l-2.295-0.501l-2.239,0.131l-2.265,1.423l-2.503,0.264l-2.241-0.316l-2.266-0.739l-1.977-0.659l-1.924-0.396l-1.579,0.37
71
- l-1.37,1.265l-0.817,2.845l-3.451-1.659l-0.661,0.605l-0.131,0.897l-0.08,0.921l0.237,0.896l-0.078,0.817l-0.105,0.897
72
- l-0.554,0.553l-0.896,0.606l-0.739-1.688l-0.685-1.711l-0.843-1.925l-0.711-1.555l-1.159-1.553l-1.238-1.108l-1.739-0.685
73
- l-2.029,0.157l-3.241,1.318l-2.136,2.294l-1.58,2.634l-1.054,2.978l-1.292,2.846l-1.581,2.635l-2.213,2.082l-2.926,1.292
74
- l-0.475,1.053l-0.263,1.37l-0.316,1.318l-0.237,1.501l-0.501,1.292l-0.685,1.002l-1.105,0.71l-1.502,0.368l-2.714,0.159
75
- l-2.268,1.08l-2.108,1.476l-2.001,1.871l-2.136,1.714l-2.002,1.739l-2.215,1.159l-2.529,0.738l-1.292-1.687l2.215-3.083
76
- l1.896-3.451l1.766-3.531l1.713-3.532l1.766-3.452l2.346-3.083l2.9-2.557l3.716-1.66l0.526-2.293l1.686-1.844l2.108-1.714
77
- l2.239-1.528l1.581-1.633l0.659-1.45l-1.054-1.581l-3.108-1.659l-0.344-1.108l0.079-0.791l0.342-0.684l0.66-0.369l0.685-0.474
78
- l0.686-0.423l0.527-0.631l0.685-0.684l3.742-0.739l3.268,0.527l2.739,1.212l2.793,1.502l2.503,1.213l2.846,0.737l3.032-0.501
79
- l3.715-2.001l0.896-1.476l0.527-1.608l0.079-1.712l0.106-1.581l-0.054-1.687l0.421-1.476l0.66-1.476l1.237-1.053l0.975-2.53
80
- l0.054-2.267l-0.66-2.135l-1.054-1.923l-1.08-2.003l-0.5-1.791l0.315-1.951l1.66-1.843l-0.684-2.031l0.051-1.501l0.554-1.239
81
- l1.055-0.922l0.948-0.922l1.267-0.923l0.87-1.16l0.631-1.264l-2.661-11.278l-1.688,0.237l-1.817,0.606l-1.819,0.605l-1.686,0.711
82
- l-1.792,0.131l-1.476-0.315l-1.292-1.24l-0.711-2.265l-0.185-8.485l-4.032,1.791l-0.79-1.105l-0.264-1.264l-0.053-1.476
83
- l0.132-1.266l-0.157-1.211l-0.343-0.922l-0.791-0.685l-1.37,0.157l-0.791,1.609l-0.764,1.713l-0.764,1.712l-0.66,1.713
84
- l-0.737,1.713l-0.685,1.713l-0.501,1.819l-0.29,2.055l-1.054-1.211l-1.055-1.266l-1.027-1.448l-0.949-1.346l-1.29-1.476
85
- l-1.134-1.21l-1.476-1.213l-1.398-0.896l0.159,3.189l-0.766,2.186l-1.633,1.476l-1.923,1.161l-2.293,0.948l-1.95,1.291
86
- l-1.475,1.633l-0.556,2.61l-1.448,0.262l-1.133,0.369h-1.239h-1.053l-0.976-0.316l-1.028-0.421l-1.053-0.686l-0.925-0.737
87
- l-0.658,0.554l-0.686,1.027l-0.631,1.053l-0.686,1.135l-0.896,0.921l-0.871,0.79l-1.159,0.581l-1.211,0.263l-1.186-3.135
88
- l-0.975-3.294l-0.633-3.479l-0.157-3.427l0.053-3.399l0.738-3.293l1.316-3.216l2.082-2.846l1.687-0.501l1.951-0.367l1.898-0.474
89
- l1.896-0.396l1.606-0.684l1.45-0.844l1.028-1.159l0.737-1.582l0.079-2.161l-0.37-1.238l-0.816-0.764l-0.974-0.238l-1.397-0.29
90
- l-1.37-0.211l-1.345-0.659l-1.105-1.133l2.977-7.854l-1.054-0.447l-0.658-0.316l-0.712-0.58l-0.316-0.554l-0.501-0.659
91
- l-0.104-0.658l-0.026-0.844l0.21-0.791l-1.238-0.079l-1.159,0.027l-1.028-0.211l-0.896-0.211l-0.895-0.448l-0.712-0.658
92
- l-0.711-0.791l-0.343-0.896l-0.079-5.087L734.837,250h-1.713l-1.713,0.027l-1.212,0.394l-1.238,0.449l-0.87,0.922l-0.686,1.37
93
- l-0.21,2.162l-0.765,0.685l-0.686,0.263l-0.553-0.237l-0.579-0.448l-0.713-0.632l-0.579-0.685l-0.685-0.423l-0.527-0.131
94
- l-1.477,12.624l-1.026-0.765l-0.975-0.132l-0.923,0.159l-0.764,0.58l-0.87,0.58l-0.765,0.685l-0.686,0.685l-0.554,0.792
95
- l-0.421,1.633l0.132,1.687l0.501,1.581l0.922,1.687l1.027,1.581l1.291,1.555l1.292,1.555l1.37,1.555l-0.764,0.817l-1.133,0.58
96
- l-1.239,0.396l-1.133,0.343l-1.002,0.37l-0.475,0.79l0.025,1.001l0.948,1.686l1.16,1.925l1.951,0.976l2.161,0.315l2.397-0.053
97
- l2.24-0.158l2.292,0.422l1.845,1.107l1.502,2.372l0.132,1.344l0.157,1.344l0.026,1.159v1.24l-0.211,1.132l-0.078,1.159
98
- l-0.317,1.108l-0.237,1.37l-2.345,0.052l1.713,1.686l1.291,2.108l0.606,2.267l0.368,2.397l0.053,2.347l-0.185,2.53l-0.29,2.371
99
- l-0.211,2.372l-0.764,0.843l-0.791,0.317l-0.764-0.08l-0.842-0.343l-0.896-0.631l-0.843-0.686l-0.896-0.659l-0.685-0.342
100
- l-0.475-1.582l-0.342-1.58l-0.264-1.582l-0.264-1.344l-0.475-1.475l-0.712-1.24l-1.028-1.106l-1.395-0.896l-1.028,0.474
101
- l-0.87,0.369l-1.027,0.105l-0.922,0.053l-0.871-0.315l-0.843-0.58l-0.815-0.791l-0.554-0.896l-0.264-1.924l0.079-1.818l0.078-2.03
102
- l0.078-2.029l-0.156-2.056l-0.369-1.818l-0.816-1.686l-1.266-1.345l-2.398,0.054l-1.211,2.292l-0.396,2.503l-0.08,2.373
103
- l0.265,2.477l0.026,2.319l-0.291,2.108l-0.976,2.08l-1.765,1.74l-0.87-2.03l-0.262-2.266l-0.027-2.371l0.106-2.425l-0.396-2.345
104
- l-0.712-2.135l-1.66-1.898l-2.396-1.211l-0.501,2.715l-0.211,2.872l-0.157,2.688l0.053,2.846l0.025,2.583l0.29,2.634l0.263,2.372
105
- l0.633,2.477l-2.346,2.792l-1.528-0.658l-0.896-1.027l-0.686-1.319l-0.527-1.369l-0.686-1.477l-0.71-1.213l-1.135-0.896
106
- l-1.476-0.421l-1.186,2.529l-0.42,2.846l-0.187,2.689l0.289,2.977l0.027,2.82l0.157,3.057l-0.157,2.951l-0.527,3.057l-6.642-6.113
107
- l-0.58,1.476l-0.078,1.844l0.053,2.03l0.025,2.029l-0.21,1.95l-0.528,1.687l-1.001,1.265l-1.556,0.843l-1.054-1.476l-1.027-1.555
108
- l-1.186-1.686l-1.027-1.556l-1.397-1.344l-1.37-1.001l-1.527-0.554l-1.448,0.158l0.289,3.057l0.025,3.162l-0.605,2.977
109
- l-0.844,3.084l-1.448,2.714l-1.766,2.661l-2.108,2.32l-2.45,2.055l-2.188-0.87l-1.475-1.081l-0.948-1.581l-0.58-1.581l-0.501-2.029
110
- l-0.474-1.925l-0.502-1.923l-0.71-1.581l-0.737,1.396l-0.896,0.685h-1.187l-1.133-0.21l-1.107-0.554l-0.816-0.526l-0.527-0.501
111
- l0.448,1.528l-0.21,1.818l-0.739,1.713l-0.921,1.739l-1.002,1.686l-0.396,1.819l0.157,1.923l1.16,2.372l-2.135,0.632l-1.789,0.686
112
- l-1.819,0.842l-1.45,1.028l-1.58,0.922l-1.448,1.054l-1.582,0.922l-1.449,0.975l-1.37,0.211l-1.447-0.078l-1.715-0.291
113
- l-1.605-0.317l-1.714-0.21l-1.343,0.132l-1.239,0.817l-0.765,1.633l-1.238-0.475l-0.923,0.133l-0.79,0.474l-0.554,0.606
114
- l-0.658,0.447l-0.686,0.238l-0.817-0.106l-0.923-0.555l-1.291,2.294l-0.764,2.398l-0.526,2.397l-0.159,2.688l-0.447,2.53
115
- l-0.265,2.741l-0.526,2.713l-0.764,2.873l1.476-0.159l1.027,0.555l0.474,0.896l0.367,1.237l-0.104,1.37l0.053,1.477v1.266
116
- l0.236,1.237l1.527,2.241l1.872,1.08l1.923-0.132l2.108-0.606l2.055-1.055l2.134-1.08l1.897-0.686l1.95-0.053l0.844-1.924
117
- l1.002-1.844l0.737-1.924l1.134-1.74l1.081-1.633l1.477-1.266l1.896-0.921l2.53-0.29l0.816,1.37l0.974,0.527h1.056l1.237-0.369
118
- l1.213-0.685l1.37-0.58l1.369-0.5l1.581,0.079l5.691,1.055l5.903,0.791l6.034,0.58l6.035,0.684l5.666,0.816l5.717,1.478
119
- l5.244,2.055l5.033,3.082l4.639,6.062l5.875,4.427l6.272,3.16l6.561,2.873l5.93,2.951l5.375,3.768l3.952,5.165l2.399,7.431
120
- l-2.32,2.425l-1.633-2.029l-1.608-1.449l-1.739-1.107l-1.581-0.658l-1.95-0.527l-1.897-0.078l-2.161-0.054l-2.294,0.368
121
- l-0.077,0.896v1.027l-0.079,0.816l-0.132,0.896l-0.421,0.687l-0.422,0.816l-0.685,0.553l-0.791,0.581l-2.398-0.844l-2.161-1.002
122
- l-2.161-1.212l-2.186-1.08l-2.319-1.238l-2.161-0.949l-2.267-0.869l-2.293-0.422l-0.184,0.658l-0.475,0.712l-0.685,0.606
123
- l-0.291,0.79l-1.977-1.554l-1.817-1.66l-2.081-1.896l-2.084-1.582l-2.293-1.423l-2.266-0.869l-2.528-0.187l-2.582,0.948
124
- l-0.765,0.897l-0.896,0.633h-0.685l-0.579,0.104l-0.554,0.027l-0.58,0.131l-0.924-1.264l-0.842-1.214l-1.002-1.266l-0.922-1.105
125
- l-1.187-1.081l-1.238-0.685l-1.476-0.316l-1.476,0.263l-0.079,0.554v0.58l0.106,0.581l0.131,0.685l-0.106,0.896l-0.581,0.789
126
- l-1.79,0.054l0.186,1.477l-0.237,1.133l-0.686,0.791l-0.869,0.475l-1.265,0.342l-1.135,0.501l-1.026,0.606l-0.66,0.896
127
- l-1.027-1.001l-0.896-0.896l-1.028-1.107l-0.843-1.001l-1.054-1.028l-1.002-0.658l-1.158-0.422l-1.268,0.105l-1.658,2.793
128
- l-8.407-7.009l-0.077,1.791l-0.29,1.951l-0.87,1.686l-0.976,1.845l-1.476,1.398l-1.528,1.289l-1.713,0.791l-1.687,0.634
129
- l-3.109-1.793l-2.846-0.71l-2.951-0.078l-2.714,0.367l-2.846,0.421l-2.794,0.475l-2.846,0.158l-2.846-0.158l-1.002,1.37
130
- l-1.213,1.055l-1.345,0.843l-1.132,0.896l-1.002,0.737l-0.528,1.107l0.134,1.369l1.133,1.899l1.184,1.554l1.503,1.134l1.581,0.737
131
- l1.713,0.45l1.713,0.078l1.897,0.078l1.843,0.078l1.924,0.212l1.476-0.052l2.136-0.265l2.292-0.475l2.608-0.157l2.24,0.052
132
- l1.976,0.764l1.37,1.556l0.738,2.74l1.845,0.764l2.239,0.396l2.399,0.184l2.396,0.185l2.24,0.211l2.16,0.527l1.742,0.871
133
- l1.527,1.658l-0.053-1.001l3.663,1.264l3.662,1.213l3.638,0.738l3.742,0.265l3.637-0.422l3.583-1.08l3.743-1.766l3.688-2.425
134
- l1.027,2.792l2.029,1.792l2.371,1.213l2.608,0.975l2.188,0.869l1.817,1.527l0.87,2.373l-0.264,3.636l0.236,2.161l0.739,1.477
135
- l0.868,0.763l1.371,0.555l1.476-0.025l1.713-0.134l1.713-0.263l1.791-0.264l0.659-2.292l1.105-1.133l1.478-0.606l1.79,0.21
136
- l1.714,0.186l1.844,0.526l1.581,0.211l1.476-0.025l2.768,1.186l2.608,1.686l2.528,1.424l2.505,1.528l2.529,1.104l2.74,0.738
137
- l2.978,0.186l3.374-0.395l0.448,1.554l0.396,1.712l0.078,1.819l-0.236,1.818l-0.659,1.581l-0.842,1.501l-1.371,1.16l-1.686,0.923
138
- l-3.031,0.737l-2.53-0.185l-2.292-0.87l-1.819-1.422l-1.739-1.898l-1.397-1.922l-1.502-2.029l-1.265-1.793l-0.211,0.924
139
- l-0.449,0.923l-0.79,0.815l-0.869,0.711l-1.108,0.344l-1.053,0.025l-1.028-0.342l-0.924-0.555l-2.767-1.211l-2.503-0.738
140
- l-2.608-0.738l-2.504-0.527l-2.739-0.526l-2.478-0.527l-2.634-0.739l-2.53-0.737l-0.29,0.896l-0.105,1.266l-0.184,1.107
141
- l-0.238,1.265l-0.658,0.921l-0.792,0.712l-1.134,0.105l-1.605-0.288l-5.72-3.215l-5.797-1.45l-6.167-0.474l-6.088,0.211h-6.112
142
- l-6.035-0.264l-5.665-1.238l-5.402-2.74l-2.345,2.425l-2.74-0.079l-2.346-0.291l-2.398-0.657l-2.396-0.501l-2.398-0.658
143
- l-2.396-0.159l-2.477,0.159l-2.372,0.842l-0.211,1.791l0.5,1.821l0.712,1.71l0.815,1.66l0.449,1.555l0.264,1.607l-0.764,1.398
144
- l-1.581,1.476l-3.03,0.052l-2.821,0.054l-3.002-0.054l-2.689-0.077l-2.846-0.396l-2.713-0.631l-2.636-1.003l-2.558-1.317
145
- l0.975,1.819l0.58,1.924l0.29,1.896l0.238,1.95l0.263,1.819l0.606,1.791l1.159,1.686l1.977,1.66l4.848-0.869l4.98-0.342
146
- l4.742,0.156l4.93,0.475l4.636,0.606l4.798,0.948l4.689,0.924l4.77,0.948l1.58-1.291l1.898-0.923l1.871-0.843l2.056-0.369
147
- l2.055-0.264l2.161,0.107l2.055,0.156l2.002,0.685l0.843,1.213l0.924,0.896l1.027,0.659l1.028,0.421l1.026,0.212l1.056,0.341
148
- l1.106,0.317l1.265,0.659l2.608,0.054l2.715-0.291l2.581-0.579l2.739-0.738l2.347-1.159l2.45-1.292l2.133-1.554l2.135-1.37
149
- l1.502,5.875l2.557-1.291l2.714-0.263l2.609,0.158l2.635,0.526l2.504,0.422l2.74,0.158l2.714-0.264l3.03-0.843l0.949,0.789
150
- l0.449,1.003l-0.185,0.896l-0.475,1.055l-0.976,1.028l-0.817,1.027l-0.526,0.236l-0.422,0.21l-0.711,0.026l-0.552-0.105
151
- l-0.712-0.659l-0.686,1.054l-0.527,1.135l-0.764,1.133l-0.659,1.134l-0.896,0.948l-0.87,0.923l-1.027,0.579l-0.923,0.713
152
- l-1.001-0.475l-0.712-0.422l-0.791-0.527l-0.685-0.475l-0.896-0.421l-0.844-0.236l-1.001-0.079l-1.027,0.368l-0.29,1.133
153
- l-0.658,0.817l-0.924,0.343l-0.896,0.132l-1.237-0.106l-1.159-0.078l-1.027,0.026l-0.925,0.21l0.055,0.58v0.554l-0.237,0.58
154
- l-0.21,0.474l-0.975,0.606h-0.923l-2.767-1.212l-2.61-0.843l-2.738-1.002l-2.609-0.737l-2.74-0.975l-2.66-1.081l-2.397-1.556
155
- l-2.188-1.765l-2.345,1.845l-2.135,0.025l-2.081-1.292l-2.083-1.921l-2.055-1.873l-2.107-1.002l-1.897,0.5l-1.74,2.979
156
- l-4.163-4.005l-0.211,1.238l0.263,1.345l0.58,1.344l0.582,1.396l0.262,1.213l-0.105,1.158l-0.763,0.897l-1.45,0.949l-0.711-0.686
157
- l-0.58-0.211l-0.791-0.077l-0.686,0.131h-0.764h-0.79l-0.844-0.106l-0.66,0.025l1.028,0.897l1.37,0.868l1.397,0.897l1.369,1.105
158
- l1.16,1.105l1.055,1.45l0.606,1.687l0.369,2.056l-0.686,0.71l2.925-0.843l2.424,0.608l1.687,1.344l1.529,1.658l1.369,1.346
159
- l1.608,0.658l2.159-0.605l2.794-2.319l2.372-0.054l0.501,1.74l-0.106,1.896l-0.528,1.688l-0.631,1.951l-0.79,1.739l-0.08,1.686
160
- l0.396,1.477l1.476,1.449l2.397-1.397l1.793-0.157l1.236,0.791l1.292,1.212l1.159,1.343l1.346,1.24l1.738,0.632l2.504-0.158
161
- l0.448,0.896l0.606,0.79l0.579,0.526l0.791,0.581l0.685,0.21l1.028,0.316l1.028-0.025l1.343,0.078l1.741,2.373l2.239,2.346
162
- l2.267,2.107l2.345,2.24l2.029,2.135l1.977,2.345l1.423,2.345l1.055,2.715l-1.423,1.713l-1.37,0.711l-1.371-0.343l-1.344-0.527
163
- l-1.396-0.659l-1.239-0.185l-1.027,0.448l-0.738,1.713l-1.817-5.19l-1.924,0.948l-1.58,0.158l-1.478-0.659l-1.368-0.87
164
- l-1.609-1.238l-1.501-0.764l-1.712-0.421l-1.898,0.367l-0.106,0.896l-0.447,0.711l-0.553,0.448l-0.554,0.686l-1.766-2.582
165
- l-1.713-1.556l-1.924-0.764l-1.922-0.052l-2.188,0.025l-2.292,0.025l-2.371-0.395l-2.373-0.87l-1.266,0.683l-0.42,0.925
166
- l-0.133,0.922l0.396,1.002l0.368,0.896l0.58,1.002l0.344,0.923l0.236,0.896l-0.842,0.369v-0.555l-0.158-1.001l-1.791-0.104
167
- l-1.95,0.052l-2.266-0.079l-2.056-0.078l-2.16-0.527l-1.714-0.764l-1.396-1.449l-0.817-1.924l-1.528,2.081l-1.922,1.399
168
- l-2.135,0.815l-2.239,0.738l-2.478,0.606l-2.266,0.921l-2.003,1.426l-1.712,2.292l-0.685-2.926l-1.766-2.714l-2.214-2.661
169
- l-2.057-2.372l-1.527-2.583l-0.262-2.371l1.658-2.425l4.138-2.108l-0.054-1.79v-1.819l-0.132-1.923l-0.185-1.714l-0.448-1.817
170
- l-0.712-1.423l-1.264-1.477l-1.528-1.002l-3.979-0.949l-2.82,0.844l-2.345,1.977l-1.977,2.529l-2.135,2.425l-2.24,2.082
171
- l-2.925,0.712l-3.637-0.712l-5.664,6.008l-1.713-0.659l-1.582,0.236l-1.711,0.817l-1.45,1.185l-1.582,0.923l-1.555,0.711
172
- l-1.712-0.212l-1.712-1.079l-1.897,1.713l-1.923,0.526l-2.188-0.315l-2.055-0.685l-2.133-0.738l-2.056,0.052l-1.897,1.056
173
- l-1.554,2.424l-1.029-0.817l-0.817-0.765l-0.922-0.895l-0.817-0.791l-1.025-0.764l-1.029-0.552l-1.265-0.423l-1.344,0.026
174
- l-0.159-1.239l-0.026-1.158l0.237-1.238l0.317-1.264l0.289-1.371l0.58-1.239l0.527-1.133l0.791-1.056l1.818,0.556l1.924,1
175
- l1.976,0.948l2.056,1.003l1.818,0.737l1.922,0.764l1.951,0.317l2.056,0.185l2.107-2.846l3.11-1.634l3.638-1.107l4.083-0.631
176
- l3.716-1.081l3.505-1.555l2.53-2.767l1.634-4.086l0.658-2.082l1.555-1.501l1.819-1.37l2.24-1.185l1.896-1.398l1.766-1.396
177
- l1.134-1.82l0.396-2.161l-0.685-1.924l-0.29-1.712l-0.236-1.685l-0.026-1.477l-0.025-1.581l-0.026-1.477l-0.026-1.58l0.078-1.581
178
- l-1.922-0.343l-1.688,0.499l-1.817,0.845l-1.819,1.159l-1.766,0.896l-1.791,0.843l-1.95,0.289l-1.923-0.447l-0.896,0.631
179
- l-0.896,0.527l-1.134,0.368l-1.134,0.265l-1.265-1.002l-0.816-1.002l-0.581-1.106l-0.367-1.054l-0.344-1.107l-0.236-1.159
180
- l-0.396-1.001l-0.344-0.791l-2.555,1.765l-2.609,1.977l-2.661,1.635l-2.739,1.528l-3.005,0.948l-2.979,0.368l-3.188-0.265
181
- l-3.03-0.948l-1.792,1.476l-1.95,1.634l-2.293,1.502l-2.293,1.634l-2.557,1.423l-2.372,1.503l-2.476,1.633l-2.108,1.74
182
- l-1.844-1.688l-0.897,0.711l-0.895,1.055l-1.106,1.133l-1.106,1.054l-1.371,0.686l-1.211,0.474l-1.477-0.104l-1.369-0.738
183
- l-1.503-1.002l-1.396-0.896l-1.478-0.948l-1.264-1.028l-1.385-1.237l-1.014-1.212l-0.974-1.345l-0.489-1.344l3.625-1.792
184
- l3.583-1.739l3.506-2.004l3.584-2.108l3.373-2.423l3.347-2.452l3.346-2.555l3.478-2.529l2.294,0.948l2.161,0.078l2.028-0.815
185
- l2.002-0.949l1.82-1.056l2.002-0.367l1.949,0.526l2.216,2.003l0.525-0.686l0.817-0.369l0.896-0.343l0.923-0.025l0.764-0.026
186
- l0.896,0.344l0.842,0.316l0.764,0.684l-1.712-4.057l3.135-1.529l3.479-1.316l3.715-1.211l4.085-1.214l3.952-1.186l4.031-1.186
187
- l3.849-1.213l3.952-1.211l1.397-1.846l1.606-1.844l1.293-2.054l1.369-2.057l0.949-2.292l0.764-2.188l0.421-2.029l0.186-1.95
188
- l-0.924,0.026l-0.869,0.131l-0.923,0.132l-0.87,0.133l-1.053-0.079l-0.792-0.368l-0.686-0.633l-0.5-1.001l-0.343-1.055l0.105-1.002
189
- l0.318-1.054l0.315-1.002l0.211-1.029l-0.106-1.025l-0.5-0.896l-1.134-0.764l-1.555,0.5l-1.37,1.027l-1.344,1.266l-1.345,1.265
190
- l-1.344,0.817l-1.37,0.581l-1.476-0.054l-1.397-1.134l-2.346,0.184l-2.294-0.447l-2.24-1.185l-2.212-1.107l-2.293-1.212
191
- l-2.266-0.528l-2.294,0.159l-2.239,1.396l-2.478,0.29l-2.239-0.317l-2.318-0.764l-1.923-0.658l-1.951-0.422l-1.555,0.396
192
- l-1.37,1.265l-0.817,2.848l-3.452-1.661l-0.659,0.606l-0.132,0.896l-0.105,0.922l0.264,0.896l-0.105,0.791l-0.079,0.923
193
- l-0.554,0.581l-0.896,0.579l-0.764-1.687l-0.712-1.687l-0.791-1.923l-0.711-1.581l-1.16-1.581l-1.265-1.106l-1.739-0.632
194
- l-2.003,0.131l-3.267,1.344l-2.161,2.268l-1.528,2.635l-1.054,2.978l-1.319,2.872l-1.555,2.636l-2.212,2.055l-2.926,1.317
195
- l-0.474,1.027l-0.318,1.37l-0.263,1.345l-0.236,1.475l-0.502,1.266l-0.696,1.055l-1.147,0.685l-1.447,0.368l-2.729,0.157
196
- l-2.253,1.082l-2.109,1.501l-2.015,1.844l-2.108,1.741l-2.016,1.738l-2.253,1.159l-2.477,0.738l-1.304-1.687l2.214-3.11
197
- l1.883-3.425l1.766-3.531l1.727-3.53l1.766-3.478l2.304-3.083l2.938-2.557l3.703-1.635l0.514-2.318l1.7-1.818l2.094-1.712
198
- l2.267-1.528l1.528-1.635l0.686-1.476l-1.055-1.581l-3.108-1.635l-0.318-1.134l0.079-0.791l0.343-0.684l0.633-0.342l0.685-0.475
199
- l0.686-0.475l0.554-0.58l0.658-0.687l3.742-0.736l3.268,0.5l2.739,1.185l2.792,1.555l2.478,1.187l2.899,0.736l3.031-0.474
200
- l3.688-2.002l0.896-1.477l0.527-1.635l0.106-1.686l0.105-1.582l-0.054-1.686l0.422-1.502l0.659-1.477l1.212-1.054l1.003-2.504
201
- l0.078-2.267l-0.711-2.161l-1.055-1.922l-1.08-1.977l-0.475-1.819l0.317-1.95l1.659-1.844l-0.686-2.029l0.053-1.477l0.527-1.265
202
- l1.027-0.923l1.002-0.923l1.265-0.924l0.87-1.158l0.633-1.238l-2.689-11.305l-1.659,0.237l-1.844,0.606l-1.819,0.606l-1.659,0.737
203
- l-1.818,0.131l-1.476-0.316l-1.292-1.237l-0.711-2.266l-0.157-8.486l-4.031,1.74l-0.817-1.106l-0.236-1.213l-0.079-1.5l0.157-1.24
204
- l-0.157-1.266l-0.368-0.895l-0.817-0.685l-1.344,0.157l-0.792,1.608L521,377.488l-0.764,1.739l-0.66,1.687l-0.737,1.739
205
- l-0.685,1.688l-0.527,1.843l-0.29,2.03l-1.028-1.213l-1.053-1.238l-1.056-1.476l-0.949-1.316l-1.265-1.45l-1.16-1.239l-1.475-1.212
206
- l-1.384-0.896l0.17,3.163l-0.777,2.187l-1.619,1.502l-1.938,1.158l-2.278,0.95l-1.99,1.289l-1.449,1.609l-0.541,2.607l-1.488,0.265
207
- l-1.106,0.342l-1.226,0.053h-1.028l-1.014-0.316l-1.054-0.421l-1.027-0.686l-0.909-0.765l-0.685,0.553l-0.658,1.055l-0.661,1.027
208
- l-0.67,1.134l-0.883,0.949l-0.882,0.791l-1.146,0.579l-1.251,0.265l-1.16-3.162l-0.976-3.269l-0.619-3.505l-0.171-3.4l0.053-3.425
209
- l0.737-3.268l1.305-3.214l2.109-2.874l1.687-0.474l1.937-0.395l1.91-0.474l1.898-0.369l1.594-0.712l1.437-0.816l1.042-1.159
210
- l0.751-1.609l0.054-2.134l-0.343-1.265l-0.792-0.763l-1.027-0.238l-1.37-0.291l-1.37-0.184l-1.397-0.686l-1.014-1.106l2.925-7.879
211
- l-1.052-0.443l-0.672-0.316l-0.711-0.58l-0.343-0.528l-0.461-0.685l-0.118-0.685l-0.027-0.79l0.198-0.792l-1.251-0.078
212
- l-1.108,0.026l-1.053-0.211l-0.911-0.211l-0.908-0.474l-0.66-0.686l-0.71-0.763l-0.368-0.897l-0.093-5.085l-1.818-0.08l-1.7,0.026
213
- l-1.714,0.027l-1.225,0.369l-1.251,0.447l-0.883,0.949l-0.659,1.37l-0.171,2.135l-0.79,0.711l-0.686,0.263l-0.566-0.263
214
- l-0.541-0.422l-0.712-0.659l-0.605-0.685l-0.685-0.448l-0.567-0.106l-1.449,12.623l-1.054-0.764l-0.909-0.106l-0.909,0.106
215
- l-0.777,0.632l-0.909,0.554l-0.765,0.712l-0.685,0.685l-0.54,0.791l-0.42,1.606l0.104,1.713l0.487,1.555l0.936,1.687l1.055,1.582
216
- l1.316,1.554l1.252,1.582l1.357,1.555l-0.765,0.817l-1.107,0.553l-1.251,0.396l-1.146,0.369l-0.988,0.369l-0.461,0.791l0.027,1
217
- l0.948,1.687l1.159,1.897l1.937,1.002l2.161,0.316l2.398-0.053l2.252-0.157l2.293,0.422l1.831,1.105l1.503,2.319l0.146,1.397
218
- l0.144,1.344l0.027,1.133v1.24l-0.224,1.158l-0.092,1.133l-0.303,1.135l-0.21,1.369l-2.359,0.025l1.739,1.687l1.278,2.136
219
- l0.605,2.239l0.371,2.397l0.051,2.371l-0.198,2.504l-0.317,2.372l-0.171,2.372l-0.79,0.816l-0.751,0.369l-0.817-0.106l-0.804-0.344
220
- l-0.882-0.658l-0.829-0.658l-0.909-0.66l-0.712-0.316l-0.475-1.607l-0.382-1.556l-0.251-1.58l-0.25-1.369L467.266,401l-0.685-1.214
221
- l-1.053-1.134l-1.37-0.869l-1.015,0.474l-0.881,0.343l-1.028,0.134h-0.908l-0.922-0.317l-0.792-0.553l-0.79-0.792l-0.606-0.869
222
- l-0.25-1.924l0.079-1.843l0.064-2.031l0.079-2.029l-0.144-2.028l-0.374-1.842l-0.83-1.686l-1.251-1.317l-2.386,0.052l-1.225,2.267
223
- l-0.394,2.529l-0.094,2.372l0.292,2.476l0.025,2.266l-0.317,2.162l-0.961,2.054l-1.792,1.741l-0.829-2.029l-0.263-2.293
224
- l-0.026-2.372l0.064-2.372l-0.369-2.371l-0.711-2.133l-1.661-1.899l-2.385-1.186l-0.514,2.689l-0.172,2.846l-0.171,2.74
225
- l0.053,2.846l0.026,2.583l0.264,2.636l0.276,2.372l0.607,2.477l-2.333,2.766l-1.488-0.659l-0.908-1.001l-0.738-1.344l-0.488-1.37
226
- l-0.685-1.448l-0.685-1.24l-1.159-0.895l-1.476-0.396l-1.2,2.477l-0.396,2.873l-0.197,2.714l0.276,2.951l0.054,2.819l0.171,3.057
227
- l-0.197,2.978l-0.515,3.057l-6.693-6.113l-0.527,1.475l-0.092,1.793l0.053,2.054l0.04,2.056l-0.21,1.896l-0.541,1.74l-0.961,1.267
228
- l-1.594,0.816l-1.053-1.448l-1.029-1.557l-1.198-1.712l-1.015-1.555l-1.396-1.344l-1.37-1.002l-1.476-0.527l-1.489,0.132
229
- l0.291,3.058l0.027,3.162l-0.632,2.977l-0.844,3.084l-1.423,2.74l-1.765,2.608l-2.108,2.346l-2.477,2.082l-2.162-0.896
230
- l-1.463-1.081l-0.961-1.579l-0.634-1.582l-0.447-2.03l-0.487-1.923l-0.488-1.923l-0.737-1.582l-0.738,1.371l-0.909,0.686
231
- l-1.146,0.052l-1.133-0.21l-1.133-0.527l-0.804-0.58l-0.555-0.526l0.435,1.554l-0.171,1.819l-0.763,1.687l-0.883,1.739
232
- l-1.002,1.739l-0.422,1.818l0.172,1.924l1.172,2.345l-2.133,0.606l-1.792,0.739l-1.831,0.79l-1.449,1.056l-1.568,0.921
233
- l-1.476,1.054l-1.568,0.924l-1.451,0.948l-1.343,0.264l-1.477-0.078l-1.712-0.317l-1.593-0.316l-1.741-0.185l-1.331,0.106
234
- l-1.251,0.842l-0.737,1.608l-1.291-0.448l-0.883,0.106l-0.791,0.499l-0.539,0.553l-0.685,0.475l-0.659,0.237l-0.816-0.079
235
- l-0.883-0.581l-1.371,2.32l-0.237,0.763l-0.054-1.343l-0.144-1.951l-0.132-1.687l-0.487-1.818l-0.711-1.449l-1.252-1.477
236
- l-1.515-1.001l-3.98-0.924l-2.819,0.845l-2.332,1.975l-2.03,2.529l-2.083,2.425l-2.24,2.057l-2.965,0.737l-3.61-0.737l-5.705,6.007
237
- l-1.701-0.66l-1.594,0.237l-1.685,0.844l-1.476,1.158l-1.542,0.95l-1.593,0.685l-1.7-0.186l-1.714-1.134l-1.884,1.766l-1.897,0.501
238
- l-2.161-0.317l-2.082-0.659l-2.161-0.764l-2.056,0.054l-1.911,1.055l-1.542,2.424l-1.041-0.79l-0.803-0.791l-0.936-0.896
239
- l-0.804-0.737l-1.027-0.817l-1.015-0.554l-1.278-0.422l-1.343,0.053l-0.146-1.266l-0.026-1.132l0.225-1.238l0.29-1.267l0.343-1.369
240
- l0.54-1.266l0.54-1.159l0.791-1.028l1.831,0.553l1.897,1.002l1.963,0.95l2.055,1.001l1.818,0.765l1.976,0.763l1.925,0.316
241
- l2.029,0.186l2.135-2.873l3.162-1.633l3.558-1.105l4.097-0.634l3.729-1.055l3.506-1.58l2.555-2.74l1.594-4.11l0.659-2.056
242
- l1.594-1.502l1.766-1.398l2.253-1.157l1.897-1.426l1.805-1.369l1.081-1.844l0.422-2.161l-0.711-1.896l-0.25-1.74l-0.238-1.66
243
- l-0.052-1.502l-0.027-1.581v-1.476l-0.064-1.581l0.118-1.579l-1.963-0.317l-1.686,0.475l-1.818,0.817l-1.765,1.185l-1.82,0.948
244
- l-1.765,0.817l-1.937,0.264l-1.962-0.449l-0.883,0.633l-0.882,0.553l-1.133,0.369l-1.146,0.237l-1.251-0.975l-0.791-1.027
245
- l-0.606-1.107l-0.369-1.027l-0.369-1.134l-0.224-1.134l-0.37-1.027l-0.343-0.763l-2.595,1.766l-2.556,1.95l-2.714,1.634
246
- l-2.676,1.527l-3.042,0.948l-2.991,0.369l-3.162-0.264l-3.07-0.949l-1.792,1.477l-1.884,1.634l-2.358,1.527l-2.253,1.635
247
- l-2.556,1.396l-2.397,1.501l-2.451,1.634l-2.095,1.74l-1.857-1.687l-0.909,0.711l-0.882,1.027l-1.107,1.16l-1.146,1.054
248
- l-1.331,0.712l-1.226,0.448l-1.489-0.078l-1.383-0.765l-1.463-0.975l-1.422-0.896l-1.449-1.002l-1.278-1.002l-1.396-1.238
249
- l-1.029-1.213l-0.936-1.344l-0.461-1.345l3.597-1.766l3.583-1.765l3.465-2.003l3.623-2.108l3.36-2.424l3.333-2.451l3.386-2.558
250
- l3.465-2.582l2.28,1.003l2.134,0.105l2.03-0.843l2.042-0.949l1.792-1.055l2.055-0.368l1.937,0.527l2.187,2.002l0.514-0.686
251
- l0.83-0.343l0.882-0.342l0.909-0.053h0.83l0.883,0.343l0.79,0.289l0.83,0.686l-1.765-4.06l3.121-1.527l3.506-1.317l3.7-1.186
252
- l4.098-1.212l3.926-1.186l4.085-1.212l3.833-1.213l3.926-1.212l1.463-1.845l1.529-1.817l1.343-2.083l1.331-2.055l0.974-2.265
253
- l0.739-2.188l0.436-2.055l0.197-1.925l-0.922,0.027l-0.909,0.107l-0.883,0.131l-0.909,0.131l-1.027-0.079l-0.791-0.342
254
- l-0.685-0.659l-0.461-1.002l-0.369-1.054l0.066-1l0.342-1.029l0.343-1.028l0.198-1.001l-0.119-1.055l-0.515-0.896l-1.132-0.764
255
- l-1.569,0.5l-1.344,1.029l-1.331,1.292l-1.371,1.264l-1.305,0.816l-1.371,0.607l-1.475-0.106l-1.37-1.106l-2.399,0.158
256
- l-2.266-0.423l-2.28-1.21l-2.2-1.081l-2.28-1.24l-2.279-0.526l-2.267,0.158l-2.227,1.397l-2.504,0.29l-2.28-0.29l-2.279-0.766
257
- l-1.937-0.658l-1.937-0.423l-1.594,0.371l-1.331,1.264l-0.856,2.874l-3.452-1.661l-0.646,0.58l-0.119,0.921l-0.078,0.897
258
- l0.224,0.923l-0.092,0.763l-0.08,0.924l-0.567,0.604l-0.908,0.58l-0.685-1.74l-0.739-1.686l-0.83-1.896l-0.686-1.557l-1.173-1.555
259
- l-1.239-1.132l-1.739-0.659l-2.03,0.157l-3.267,1.318l-2.135,2.265l-1.542,2.661l-1.081,2.952l-1.304,2.872l-1.568,2.635
260
- l-2.199,2.056l-2.926,1.316l-0.434,1.055l-0.343,1.37l-0.303,1.346l-0.171,1.475l-0.566,1.239l-0.658,1.053l-1.147,0.686
261
- l-1.475,0.396l-2.701,0.132l-2.227,1.053l-2.133,1.53l-2.016,1.843l-2.135,1.74l-2.028,1.739l-2.24,1.16l-2.452,0.736l-1.318-1.658
262
- l2.227-3.11l1.884-3.452l1.752-3.531l1.74-3.531l1.74-3.452l2.332-3.084l2.938-2.581l3.703-1.634l0.54-2.293l1.646-1.818
263
- l2.135-1.738l2.227-1.529l1.568-1.633l0.646-1.476l-1.055-1.582l-3.069-1.633l-0.343-1.106l0.053-0.791l0.342-0.712l0.686-0.341
264
- l0.685-0.475l0.658-0.475l0.541-0.552l0.671-0.712l3.742-0.737l3.294,0.5l2.74,1.213l2.754,1.555l2.503,1.211l2.859,0.739
265
- l3.07-0.527l3.702-2.003l0.882-1.475l0.54-1.606l0.079-1.687l0.092-1.608l-0.027-1.687l0.422-1.476l0.658-1.501l1.252-1.055
266
- l0.935-2.503l0.092-2.266l-0.711-2.135l-1.054-1.924l-1.081-2.002l-0.488-1.792l0.303-1.95l1.686-1.845l-0.71-2.055l0.079-1.476
267
- l0.554-1.212l0.989-0.949l1.001-0.948l1.252-0.896l0.882-1.187l0.685-1.237l-2.74-11.306l-1.674,0.264l-1.819,0.58l-1.766,0.632
268
- l-1.687,0.712l-1.817,0.132l-1.489-0.343l-1.304-1.212l-0.712-2.267l-0.119-8.485l-4.07,1.792l-0.844-1.135l-0.21-1.238
269
- l-0.026-1.475l0.092-1.265l-0.146-1.239l-0.369-0.921l-0.804-0.661l-1.331,0.132l-0.777,1.634l-0.764,1.686l-0.765,1.74
270
- l-0.658,1.713l-0.737,1.712l-0.661,1.688l-0.539,1.843l-0.343,2.056l-1.026-1.212l-1.055-1.264l-1.013-1.477l-0.95-1.316
271
- l-1.25-1.475l-1.159-1.213l-1.516-1.213l-1.371-0.896l0.172,3.189l-0.763,2.162l-1.674,1.502l-1.91,1.158l-2.253,0.948l-1.99,1.292
272
- l-1.449,1.609l-0.541,2.634l-1.488,0.263l-1.107,0.343l-1.225,0.027h-1.054l-1.029-0.291l-1.015-0.448l-1.026-0.685l-0.948-0.737
273
- l-0.646,0.552l-0.685,1.028l-0.659,1.055l-0.646,1.106l-0.896,0.948l-0.869,0.791l-1.172,0.579l-1.226,0.264l-1.173-3.164
274
- l-0.962-3.267l-0.658-3.479l-0.132-3.4l0.052-3.426l0.738-3.294l1.278-3.213l2.135-2.846l1.686-0.476l1.91-0.396l1.924-0.5
275
- l1.91-0.369l1.594-0.685l1.421-0.842l1.029-1.159l0.738-1.581l0.093-2.161l-0.37-1.265l-0.777-0.765l-1.027-0.185l-1.357-0.342
276
- l-1.37-0.185l-1.396-0.686l-1.029-1.106l2.938-7.852l-1.054-0.475l-0.685-0.315l-0.686-0.555l-0.343-0.553l-0.447-0.685
277
- l-0.146-0.659v-0.79l0.197-0.817l-1.251-0.054h-1.108l-1.054-0.21l-0.909-0.21l-0.921-0.448l-0.672-0.659l-0.685-0.791
278
- l-0.369-0.922l-0.092-5.086l-1.818-0.051H223.1l-1.701,0.025l-1.225,0.395l-1.251,0.449l-0.909,0.921l-0.66,1.372l-0.145,2.16
279
- l-0.804,0.686l-0.712,0.262l-0.526-0.262l-0.58-0.423l-0.686-0.658l-0.593-0.66l-0.685-0.448l-0.567-0.132l-1.476,12.623
280
- l-1.054-0.763l-0.882-0.081l-0.909,0.106l-0.804,0.605l-0.882,0.58l-0.79,0.686l-0.66,0.685l-0.539,0.79l-0.435,1.634l0.119,1.686
281
- l0.487,1.582l0.936,1.686l1.055,1.582l1.303,1.555l1.226,1.556l1.397,1.58l-0.764,0.79l-1.12,0.581l-1.238,0.367l-1.146,0.369
282
- l-1.002,0.368l-0.448,0.791l0.027,1.002l0.935,1.713l1.173,1.872l1.937,1l2.161,0.317l2.358-0.051l2.279-0.16l2.28,0.423
283
- l1.858,1.105l1.501,2.346l0.146,1.344l0.145,1.37v1.161l0.027,1.238l-0.224,1.132l-0.092,1.161l-0.317,1.132l-0.197,1.344
284
- l-2.358,0.026l1.714,1.714l1.305,2.107l0.593,2.266l0.368,2.373l0.065,2.397l-0.238,2.478l-0.277,2.398l-0.171,2.372l-0.804,0.817
285
- l-0.736,0.342l-0.817-0.079l-0.804-0.342l-0.909-0.661l-0.83-0.658l-0.882-0.685l-0.712-0.317l-0.487-1.581l-0.368-1.582
286
- l-0.251-1.581l-0.263-1.37l-0.474-1.475l-0.685-1.213l-1.054-1.106l-1.371-0.896l-1.028,0.474l-0.882,0.368l-1.015,0.106
287
- l-0.948,0.027l-0.882-0.318l-0.792-0.553l-0.83-0.79l-0.566-0.897l-0.29-1.897l0.092-1.844l0.08-2.029l0.092-2.055l-0.144-2.03
288
- l-0.369-1.818l-0.831-1.686l-1.278-1.345l-2.399,0.052l-1.186,2.266l-0.394,2.53l-0.093,2.372l0.292,2.478l0.024,2.292
289
- l-0.316,2.134l-1,2.083l-1.753,1.738l-0.83-2.029l-0.262-2.293l-0.054-2.371l0.092-2.398l-0.382-2.346l-0.737-2.134l-1.621-1.924
290
- l-2.398-1.185l-0.526,2.714l-0.145,2.819l-0.237,2.741l0.092,2.846l0.052,2.582l0.265,2.636l0.276,2.373l0.607,2.476l-2.333,2.793
291
- l-1.489-0.685l-0.908-1.001l-0.739-1.343l-0.488-1.346l-0.685-1.475l-0.685-1.212l-1.186-0.896l-1.463-0.422l-1.212,2.505
292
- l-0.382,2.846l-0.197,2.713l0.289,2.951l0.054,2.845l0.171,3.057l-0.197,2.952l-0.515,3.057l-6.693-6.113l-0.539,1.476
293
- l-0.079,1.819l0.051,2.055l0.027,2.029l-0.197,1.95l-0.54,1.687l-1.001,1.264l-1.555,0.845l-1.054-1.476l-1.029-1.555l-1.199-1.687
294
- l-1.027-1.607l-1.423-1.318l-1.331-0.975l-1.515-0.553l-1.475,0.157l0.315,3.057l0.027,3.163l-0.634,2.951l-0.856,3.11l-1.422,2.74
295
- l-1.766,2.609l-2.135,2.345l-2.476,2.056l-2.135-0.897l-1.477-1.08l-0.935-1.581l-0.633-1.581l-0.448-2.027l-0.488-1.897
296
- l-0.487-1.924l-0.738-1.607l-0.737,1.396l-0.909,0.712h-1.146l-1.133-0.21l-1.146-0.528l-0.791-0.58l-0.568-0.526l-0.041-0.131
297
- l0.487,1.713l-0.197,1.818l-0.736,1.686l-0.883,1.714l-1.001,1.738l-0.422,1.792l0.145,1.949l1.186,2.372l-2.162,0.632l-1.79,0.685
298
- l-1.792,0.817l-1.477,1.028l-1.568,0.948l-1.463,1.053l-1.556,0.924l-1.449,0.948l-1.343,0.262l-1.476-0.105l-1.713-0.29
299
- l-1.62-0.342l-1.713-0.186l-1.331,0.133l-1.264,0.816l-0.739,1.607l-1.278-0.449l-0.909,0.133l-0.765,0.474l-0.539,0.579
300
- l-0.726,0.449l-0.646,0.263l-0.804-0.106l-0.909-0.579l-1.331,2.319l-0.738,2.397l-0.514,2.372l-0.172,2.74l-0.435,2.504
301
- l-0.303,2.739l-0.527,2.74l-0.738,2.847l1.489-0.157l1.014,0.526l0.461,0.924l0.369,1.236l-0.08,1.371l0.027,1.477l0.027,1.237
302
- l0.25,1.239l1.489,2.239l1.844,1.106l1.938-0.158l2.133-0.579l2.029-1.055l2.136-1.08l1.896-0.71l1.937-0.026l0.882-1.95
303
- l1.001-1.845l0.738-1.924l1.107-1.713l1.119-1.606l1.449-1.266l1.937-0.949l2.477-0.289l0.816,1.37l1.028,0.526h1.027l1.227-0.368
304
- l1.251-0.685l1.345-0.58l1.356-0.5l1.568,0.08l5.692,1.026l5.93,0.817l6.007,0.579l6.036,0.686l5.665,0.816l5.718,1.478
305
- l5.271,2.082l5.033,3.057l4.636,6.061l5.877,4.427l6.284,3.162l6.521,2.847l5.957,2.95l5.402,3.795l3.927,5.139l2.423,7.458
306
- l-2.358,2.425l-1.634-2.03l-1.594-1.448l-1.725-1.105l-1.594-0.633l-1.937-0.526l-1.938-0.106l-2.16-0.055l-2.253,0.369
307
- l-0.092,0.896v1.027l-0.08,0.79l-0.119,0.925l-0.447,0.684l-0.435,0.791l-0.685,0.581l-0.765,0.606l-2.425-0.87l-2.161-1.002
308
- l-2.161-1.212l-2.162-1.108l-2.305-1.211l-2.174-0.974l-2.266-0.872l-2.306-0.419l-0.198,0.685l-0.434,0.686l-0.685,0.605
309
- l-0.343,0.816l-1.937-1.581l-1.845-1.66l-2.082-1.896l-2.082-1.556l-2.267-1.423l-2.28-0.896l-2.542-0.156l-2.583,0.948
310
- l-0.764,0.922l-0.896,0.581l-0.671,0.024l-0.539,0.106l-0.58,0.025l-0.593,0.133l-0.909-1.266l-0.831-1.213l-1.026-1.238
311
- l-0.936-1.132l-1.133-1.081l-1.291-0.685l-1.476-0.318l-1.448,0.264l-0.119,0.554v0.58l0.119,0.58l0.145,0.633l-0.092,0.922
312
- l-0.566,0.817l-1.819,0.054l0.173,1.475l-0.238,1.107l-0.685,0.843l-0.87,0.422l-1.226,0.367l-1.172,0.501l-0.975,0.581
313
- l-0.646,0.921l-1.055-1l-0.935-0.896l-1.028-1.133l-0.829-0.976l-1.028-1.027l-1.013-0.659l-1.173-0.422l-1.226,0.107l-1.646,2.767
314
- l-8.458-6.983l-0.027,1.791l-0.342,1.951l-0.858,1.713l-1.001,1.818l-1.422,1.396l-1.555,1.292l-1.713,0.817l-1.712,0.604
315
- l-3.043-1.79l-2.899-0.74l-2.938-0.052l-2.701,0.369l-2.846,0.421l-2.846,0.5l-2.819,0.131l-2.819-0.157l-1.028,1.37l-1.199,1.056
316
- l-1.356,0.816l-1.12,0.922l-1.027,0.686l-0.527,1.16l0.158,1.344l1.146,1.923l1.172,1.581l1.476,1.105l1.621,0.739l1.712,0.421
317
- l1.701,0.106l1.91,0.078l1.818,0.081l1.937,0.184l1.488-0.026l2.162-0.264l2.253-0.475l2.583-0.157l2.28,0.053l1.963,0.791
318
- l1.37,1.528l0.737,2.74l1.818,0.738l2.253,0.421l2.385,0.186l2.398,0.185l2.306,0.21l2.133,0.528l1.74,0.869l1.475,1.659v-0.999
319
- l3.65,1.264l3.636,1.213l3.65,0.737l3.728,0.263l3.65-0.42l3.609-1.082l3.703-1.738l3.702-2.451l1.08,2.795l1.963,1.79l2.398,1.212
320
- l2.635,0.948l2.174,0.872l1.817,1.553l0.857,2.373l-0.291,3.662l0.264,2.135l0.712,1.475l0.935,0.765l1.371,0.554l1.449-0.026
321
- l1.7-0.132l1.714-0.29l1.792-0.263l0.658-2.267l1.108-1.159l1.448-0.606l1.831,0.21l1.7,0.211l1.858,0.527l1.568,0.211l1.475-0.025
322
- l2.741,1.185l2.61,1.659l2.569,1.425l2.503,1.554l2.53,1.107l2.742,0.738l2.924,0.157l3.413-0.368l0.46,1.528l0.37,1.711
323
- l0.065,1.819l-0.238,1.818l-0.659,1.607l-0.843,1.503l-1.344,1.132l-1.674,0.948l-3.082,0.739l-2.477-0.211l-2.306-0.842
324
- l-1.819-1.451l-1.738-1.87l-1.396-1.95l-1.503-1.977l-1.292-1.791l-0.197,0.923l-0.447,0.895l-0.804,0.792l-0.882,0.686
325
- l-1.134,0.367l-1.027,0.026l-0.989-0.315l-0.948-0.554l-2.729-1.212l-2.502-0.739l-2.623-0.738l-2.502-0.525l-2.74-0.528
326
- l-2.505-0.5l-2.621-0.765l-2.53-0.738l-0.316,0.896l-0.053,1.239l-0.224,1.133l-0.238,1.265l-0.646,0.923l-0.777,0.686
327
- l-1.107,0.132l-1.621-0.29l-5.757-3.188l-5.771-1.503l-6.127-0.447l-6.154,0.211h-6.112l-6.008-0.238l-5.692-1.264l-5.416-2.769
328
- l-2.306,2.451l-2.754-0.078l-2.397-0.265l-2.36-0.685l-2.398-0.499l-2.385-0.66l-2.359-0.186l-2.542,0.159l-2.359,0.87
329
- l-0.171,1.791l0.461,1.818l0.712,1.687l0.816,1.712l0.489,1.527l0.25,1.609l-0.737,1.37l-1.568,1.5l-3.069,0.055l-2.846,0.053
330
- l-2.939-0.053l-2.728-0.079l-2.846-0.396l-2.741-0.632l-2.607-1.002l-2.504-1.292l0.909,1.766l0.593,1.951l0.25,1.896l0.265,1.952
331
- l0.277,1.818l0.606,1.79l1.159,1.688l1.937,1.659l4.875-0.896l4.981-0.317l4.782,0.158l4.876,0.476l4.69,0.605l4.756,0.948
332
- l4.664,0.922l4.782,0.949l1.568-1.291l1.937-0.923l1.91-0.816l2.017-0.395l2.029-0.264l2.161,0.077l2.042,0.187l2.057,0.631
333
- l0.83,1.266l0.909,0.869l1.054,0.686l1.014,0.421l1.027,0.212l1.028,0.342l1.133,0.316l1.266,0.632l2.582,0.079l2.741-0.29
334
- l2.61-0.58l2.714-0.738l2.358-1.185l2.452-1.291l2.134-1.503l2.108-1.396l1.476,5.851l2.623-1.265l2.673-0.291l2.623,0.186
335
- l2.647,0.525l2.477,0.423l2.754,0.157l2.687-0.264l3.07-0.842l0.91,0.764l0.487,1.027l-0.224,0.896l-0.434,1.028l-1.001,1.026
336
- l-0.765,1.056l-0.566,0.21l-0.46,0.235l-0.646,0.027l-0.605-0.106l-0.685-0.686l-0.646,1.055l-0.606,1.159l-0.738,1.134
337
- l-0.685,1.133l-0.882,0.949l-0.882,0.922l-0.989,0.58l-0.922,0.712l-1.014-0.448l-0.687-0.449l-0.802-0.553l-0.712-0.447
338
- l-0.91-0.422l-0.79-0.211l-1.002-0.106l-1.027,0.368l-0.343,1.136l-0.618,0.814l-0.91,0.344l-0.909,0.133l-1.264-0.081
339
- l-1.134-0.131l-1.027,0.053l-0.882,0.212v0.579v0.58l-0.197,0.555l-0.224,0.446l-1.028,0.606h-0.909l-2.741-1.186l-2.609-0.869
340
- l-2.768-0.975l-2.622-0.738l-2.727-0.975l-2.622-1.079l-2.424-1.556l-2.188-1.766l-2.332,1.844l-2.161,0.026l-2.056-1.317
341
- l-2.081-1.871l-2.107-1.923l-2.043-0.975l-1.91,0.474l-1.766,3.004l-4.151-4.007l-0.197,1.267l0.25,1.316l0.593,1.371l0.606,1.344
342
- l0.225,1.238l-0.092,1.135l-0.79,0.922l-1.45,0.948l-0.712-0.686l-0.54-0.211l-0.803-0.104l-0.685,0.157h-0.791h-0.803
343
- l-0.763-0.105l-0.712,0.026l1.053,0.869l1.37,0.896l1.397,0.896l1.356,1.08l1.173,1.134l1.053,1.449l0.593,1.687l0.37,2.03
344
- l-0.646,0.71l2.9-0.842l2.385,0.658l1.739,1.317l1.514,1.635l1.357,1.369l1.607,0.658l2.161-0.605l2.793-2.347l2.386-0.024
345
- l0.487,1.686l-0.092,1.951l-0.567,1.686l-0.593,1.952l-0.803,1.738l-0.08,1.66l0.37,1.501l1.501,1.424l2.372-1.396l1.819-0.133
346
- l1.225,0.765l1.278,1.237l1.173,1.318l1.383,1.238l1.686,0.658l2.504-0.157l0.487,0.896l0.593,0.791l0.539,0.527l0.831,0.579
347
- l0.686,0.212l1.027,0.316h0.989l1.396,0.053l1.739,2.372l2.188,2.346l2.306,2.108l2.305,2.239l2.081,2.108l1.963,2.371l1.396,2.346
348
- l1.081,2.714l-1.45,1.712l-1.344,0.711l-1.356-0.316l-1.398-0.527l-1.343-0.685l-1.278-0.211l-1.001,0.475l-0.765,1.714
349
- l-1.766-5.192l-1.937,0.949l-1.594,0.157l-1.476-0.686l-1.397-0.869l-1.595-1.212l-1.475-0.765l-1.712-0.422l-1.911,0.369
350
- l-0.145,0.896l-0.396,0.686l-0.593,0.475l-0.515,0.711l-1.766-2.609l-1.74-1.554l-1.937-0.765l-1.937-0.053h-2.16l-2.253,0.053
351
- l-2.385-0.396l-2.424-0.869l-1.199,0.712l-0.449,0.895l-0.117,0.923l0.341,1.027l0.369,0.869l0.606,1.002l0.37,0.896l0.223,0.95
352
- l-1.712,0.71l-1.556,0.238l-1.712-0.079l-1.594-0.079l-1.568-0.08l-1.226,0.45l-1.133,0.841l-0.658,1.582v1.106l0.487,1.266
353
- l0.475,1.106l0.83,1.265l0.659,1.002l1.054,1.001l1.054,1.002l1.015,1.002l3.083-0.053l3.188,0.263l2.951,0.529l2.965,0.736
354
- l2.741,0.633l2.846,0.736l2.728,0.529l2.847,0.631l-0.251-0.686v-0.553l-0.027-0.553l0.37-0.369l0.539-0.791l0.685-0.474
355
- l1.897,0.633l1.633,1.001l1.252,1.001l1.304,1.239l1.028,1.001l1.251,1.107l1.503,0.974l1.937,1.106l7.458-1.265l-1.186,3.319
356
- l0.395,2.504l1.371,1.449l2.187,1.08l2.504,0.449l2.965,0.474l2.622,0.421l2.385,0.738l1.344-1.028l1.475,0.107l1.251,0.633
357
- l1.291,0.869l1.238,0.686l1.267,0.447l1.356-0.5l1.422-1.396l18.394,19.895l-1.594,0.475l-1.106-0.21l-1.055-0.791l-0.685-1.108
358
- l-0.935-1.342l-1.054-1.135l-1.106-0.738l-1.423-0.132l-1.805-0.078l-1.818-0.632l-1.739-0.949l-1.7-1.054l-1.831-1.055
359
- L192,602.754h-1.805l-1.701,1.054l-0.145,1.344l-0.37,1.028l-0.763,0.58l-0.777,0.475l-1.014,0.265l-1.026,0.368l-1.002,0.447
360
- l-0.566,0.817l-2.872-2.003l-2.253,0.053l-2.029,1.267l-1.673,1.949l-1.647,1.634l-1.594,0.711l-1.831-0.869l-1.871-3.163
361
- l0.197-1.027l0.344-0.923l0.315-1.002l0.448-0.816l0.092-1.027l0.197-0.896l-0.027-1.134v-1.135l-1.251-0.553l-0.831-0.764
362
- l-0.685-1.026l-0.712-0.975l-0.802-1.029l-0.937-0.553l-1.33-0.211l-1.714,0.475l-0.46,0.581l-0.198,0.791l-0.316,0.711
363
- l-0.225,0.923l-0.302,0.791l-0.342,0.79l-0.552,0.581l-0.567,0.684l-2.068-2.001l-1.976-2.134l-2.187-2.346l-2.082-2.319
364
- l-2.338-2.489l-2.385-2.345l-2.648-2.186l-2.793-1.898l-1.541,2.056l-1.766,1.266l-2.267,0.631l-2.253,0.265l-2.542-0.212
365
- l-2.504-0.157l-2.358-0.316l-2.162,0.158l-8.312-8.803l-1.911,1.159l-2.134,0.844l-2.386,0.499l-2.253,0.396l-2.504,0.237
366
- l-2.253,0.5l-2.029,0.843l-1.582,1.37l-10.052-5.032v0.659l0.027,0.923l-0.119,0.791l-0.078,0.923l-0.461,0.684l-0.302,0.686
367
- l-0.686,0.343l-0.685,0.237l-1.885,0.054l-1.621-0.686l-1.501-1.105l-1.371-1.214l-1.397-1.448l-1.396-1.08l-1.502-1.003
368
- l-1.687-0.21l2.873,2.9l2.569,3.582l2.134,3.928l2.108,4.032l2.096,3.636l2.568,3.083l3.189,2.239l4.097,1.16l2.136-1.37
369
- l2.371-1.054l2.358-1.002l2.477-0.448l2.504-0.5l2.595-0.289l2.583-0.291l2.741-0.157l-0.171,1.844l0.566,1.793l0.963,1.79
370
- l1.251,1.898l1.292,1.687l1.278,1.818l0.962,1.66l0.58,1.791l1.594,0.236l1.7-0.131l1.832-0.265l1.897-0.289l1.713-0.237
371
- l1.712,0.526l1.62,1.108l1.397,2.239l-0.712,0.342l-0.21,0.369l-0.224,0.42l0.026,0.478v0.79v0.685l3.597,1.634l-1.028,1.265
372
- l-0.422,1.267l-0.092,1.158l0.25,1.106l0.46,0.896l0.936,1.002l1.027,0.58l1.371,0.633l1.937-0.738l1.871-0.686l1.831-0.685
373
- l1.819-0.368l1.673-0.317l1.831,0.211l1.792,0.791l1.871,1.527l2.08,2.688l2.108,3.031l2.306,2.925l2.569,2.873l2.609,2.24
374
- l3.214,1.634l3.531,0.606l4.19-0.396l1.514,2.266l1.502,1.897l1.516,1.554l1.699,1.318l1.739,0.869l1.819,1.002l2.082,0.776
375
- l2.28,0.74v0.895l-0.198,0.686l-0.566,0.368l-0.581,0.317l-0.908,0.157l-0.685,0.105l-0.765,0.369l-0.342,0.58l-1.028-0.317
376
- l-0.792-0.58l-0.803-0.685l-0.711-0.528l-0.765-0.685l-0.712-0.526l-0.83-0.368l-0.909,0.052l-2.674,2.056l-0.882-0.948
377
- l-0.962-0.791l-1.028-0.791l-0.91-0.672l-1.146-0.632l-1.014-0.421l-1.265-0.449l-1.133-0.211l0.566,1.556l0.632,1.568l0.37,1.37
378
- l0.223,1.476l0.027,1.212l0.026,1.37l-0.302,1.37l-0.316,1.581l-0.91,0.632l-0.777,0.686l-0.791,0.474l-0.777,0.475h-0.909
379
- l-0.792-0.106l-0.829-0.315l-0.685-0.685l0.342-1.688l0.066-1.476l-0.119-1.37l-0.262-1.002l-0.672-1.054l-0.948-0.633
380
- l-1.251-0.633l-1.356-0.263l-1.489,1.054l-1.107,0.158l-1.054-0.58l-0.909-0.843l-1.029-0.948l-0.908-0.422l-0.909,0.262
381
- l-0.882,1.529l-1.397-1.949l-1.251-0.529h-1.251l-1.147,0.74l-1.225,0.684l-1.213,0.581l-1.265,0.053l-1.159-0.791l-1.567,0.054
382
- l-1.37,0.21l-1.332,0.368l-1.251,0.58l-1.344,0.58l-1.252,0.686l-1.226,0.739l-1.252,0.686l0.265,0.579l0.342,0.685l0.225,0.632
383
- l0.369,0.685l0.146,0.686l0.223,0.685l-0.118,0.791l0.026,1.055l-0.566,0.631l-0.763,0.054l-2.768-2.002l-1.331,1.37l-1.516-0.528
384
- l-0.791-0.791l-0.46-1.105l-0.289-1.159l-0.33-1.213l-0.487-0.896l-0.804-0.632h-1.251l-0.646,0.79l-0.434,1.054l-0.448,1.106
385
- l-0.315,1.16l-0.66,1.055l-0.539,1.001l-0.91,1.001l-1.002,1.055l-2.503-1.318l-2.53-1.054l-2.398-1.477l-2.306-1.317l-2.068-1.632
386
- l-1.711-2.004l-1.424-2.529l-0.71-2.675l-1.252,0.264l-1.001,0.449l-0.908,0.592l-0.882,0.686l-0.909,0.58l-0.804,0.685
387
- l-0.909,0.58l-0.763,0.738l1.673,4.27l2.108,4.11l2.674,3.848l3.254,3.479l3.465,2.9l3.992,2.424l4.44,1.738l5.125,1.003
388
- l0.685-0.474l0.909-0.211h0.79l1.027,0.104l1.029-0.053l1,0.105h1.015l1.026,0.055l0.712,0.685l0.566,0.791l0.263,0.79l0.224,0.896
389
- l-0.119,0.79l-0.197,1.002l-0.329,0.949l-0.315,1.266l-1.885,1.37l-2.161,0.368l-2.503-0.265l-2.28-0.421l-2.279-0.317
390
- l-1.568,0.475l-1.107,1.528l-0.092,3.058l1.66,2.371l1.937,1.527l2.068,0.844l2.399,0.421l2.358-0.054l2.505-0.105l2.621-0.263
391
- h2.622l-0.263-0.738v-0.792l0.092-0.686l0.342-0.474l0.343-0.579l0.54-0.211l0.566-0.264h0.686l2.28,0.421l1.937-0.264l1.568-0.842
392
- l1.555-0.896l1.37-1.107l1.568-0.527l1.673-0.264l2.055,0.738l1.477-0.685l1.792-0.526l2.055-0.58l2.03-0.581l1.791-0.949
393
- l1.674-1.159l1.226-1.634l0.856-1.949l1.251-0.581l1.252-0.58l1.199-0.792l1.371-0.63l1.212-0.581l1.292-0.158l1.106,0.21
394
- l1.16,0.896l1.265,0.421l1.594,0.317l1.594-0.157l1.674-0.212l1.567-0.475l1.713-0.632l1.475-0.578l1.424-0.582l-0.632,1.002
395
- l0.041,1.159l0.224,1.003l0.711,1.105l0.791,0.792l1.266,0.686l1.238,0.421l1.608,0.21l1.132-1.054l1.449-0.58l1.568-0.264
396
- l1.714-0.053h1.701l1.831,0.159l1.818-0.107l1.792-0.054l-0.488-1.579l-0.25-1.477l-0.119-1.476l0.092-1.317v-1.529l0.277-1.369
397
- l0.316-1.212l0.658-1.265l2.386,0.526l1.962,1.425l1.516,1.896l1.397,2.161l1.396,1.897l1.727,1.423l2.054,0.686l2.846-0.422
398
- l0.566,6.799l0.343,7.378v7.591l-0.081,7.958l-0.315,7.693l-0.315,7.854l-0.198,7.589l-0.078,7.379l-5.297,165.749l-2.82,13.703
399
- l28.67-0.475l-2.845-242.59l-0.291-3.057l0.856-2.635l1.568-2.424l2.24-1.95l2.306-1.951l2.595-1.739l2.332-1.896l2.133-1.688
400
- l1.278,2.898l2.107,1.898l2.504,1.317l2.964,1.211l2.649,1.002l2.423,1.476l1.74,2.267l1.081,3.374l3.043-0.159l3.188,0.422
401
- l2.938,0.527l2.979,0.843l2.846,0.474l2.938,0.528l2.992,0.052l3.043-0.368l1.62,2.477l2.2,1.527l2.386,0.528l2.74,0.052
402
- l2.583-0.368l2.713-0.316l2.386-0.105l2.28,0.632l0.419-1.265l0.685-0.58l0.685-0.106l0.792,0.317l0.685,0.421l0.922,0.475
403
- l0.712,0.421l0.908,0.211l-0.633-2.107l0.092-2.161l0.396-2.319l0.422-2.055l-0.173-2.004l-0.685-1.58l-1.725-1.37l-3.084-0.581
404
- l-0.592-1.579l-0.804-0.58l-1.132-0.211l-1.251,0.263l-1.489,0.054l-1.212-0.105l-1.027-0.791l-0.738-1.477l-2.478,0.475
405
- l-2.134-0.157l-2.2-0.737l-1.963-1.002l-2.016-1.317l-1.857-1.318l-1.937-1.211l-1.962-0.897l0.66-1.687l1.08-1.159l1.251-0.948
406
- l1.594-0.368l1.476-0.107l1.568,0.423l1.62,0.633l1.607,1.315l0.712-0.104h0.646l0.566-0.369l0.554-0.211l0.909-0.948l0.765-1.159
407
- l4.52,0.263l4.677,1.056l4.691,1.16l4.65,1.159l4.585,0.526l4.611-0.422l0.119-0.052l2.727,2.739l2.529,3.585l2.135,3.897
408
- l2.108,4.06l2.107,3.638l2.556,3.107l3.216,2.216l4.07,1.159l2.136-1.37l2.371-1.055l2.359-0.95l2.476-0.525l2.505-0.474
409
- l2.622-0.317l2.596-0.264l2.701-0.105l-0.171,1.791l0.592,1.79l0.947,1.793l1.278,1.897l1.278,1.687l1.252,1.791l0.974,1.688
410
- l0.593,1.791l1.568,0.211l1.712-0.105l1.819-0.265l1.897-0.315l1.713-0.211l1.712,0.526l1.62,1.106l1.396,2.267l-0.684,0.316
411
- l-0.225,0.368l-0.236,0.422l0.04,0.474v0.792l0.026,0.685l3.559,1.633l-1.028,1.267l-0.421,1.265l-0.092,1.159l0.262,1.106
412
- l0.448,0.896l0.949,1.001l1.013,0.58l1.371,0.632l1.937-0.738l1.872-0.685l1.83-0.738l1.818-0.368l1.687-0.21l1.819,0.157
413
- l1.817,0.791l1.858,1.528l2.068,2.688l2.107,3.004l2.306,2.952l2.568,2.846l2.623,2.265l3.215,1.634l3.558,0.634l4.15-0.423
414
- l1.514,2.267l1.53,1.897l1.514,1.527l1.714,1.318l1.7,0.896l1.858,1.001l2.015,0.737l2.306,0.792v0.895l-0.197,0.685l-0.54,0.318
415
- l-0.593,0.367l-0.921,0.158l-0.646,0.104l-0.804,0.318l-0.315,0.632l-1.055-0.316l-0.791-0.58l-0.79-0.685l-0.711-0.529
416
- l-0.777-0.685l-0.712-0.527l-0.83-0.316h-0.87l-2.688,2.057l-0.909-1.003l-0.961-0.738l-1.028-0.79l-0.909-0.686l-1.146-0.632
417
- l-1.014-0.422l-1.251-0.475l-1.146-0.211l0.593,1.581l0.605,1.582l0.37,1.315l0.263,1.529v1.265l0.026,1.37l-0.316,1.318
418
- l-0.318,1.58l-0.909,0.58l-0.764,0.686l-0.804,0.526l-0.764,0.422l-0.909,0.053l-0.803-0.105l-0.79-0.369l-0.712-0.632l0.342-1.688
419
- l0.081-1.475l-0.146-1.371l-0.25-1.053l-0.686-1.002l-0.935-0.633l-1.251-0.686l-1.344-0.21l-1.515,1.055l-1.08,0.156l-1.054-0.526
420
- l-0.936-0.948l-1.029-0.896l-0.908-0.422l-0.91,0.264l-0.882,1.478l-1.371-1.897l-1.278-0.581l-1.251,0.052l-1.106,0.686
421
- l-1.227,0.739l-1.225,0.58h-1.278l-1.172-0.737h-1.569l-1.369,0.263l-1.332,0.369l-1.251,0.58l-1.345,0.58l-1.252,0.684
422
- l-1.225,0.685l-1.252,0.74l0.264,0.58l0.368,0.632l0.198,0.686l0.369,0.685l0.146,0.686l0.224,0.685l-0.105,0.791l0.024,1.001
423
- l-0.579,0.738h-0.764l-2.767-2.003l-1.331,1.371l-1.476-0.527l-0.804-0.791l-0.487-1.106l-0.251-1.159l-0.369-1.213l-0.461-0.896
424
- l-0.83-0.687h-1.238l-0.659,0.845l-0.435,1.056l-0.421,1.105l-0.342,1.159l-0.66,1.002l-0.54,1.054l-0.909,1.002l-0.961,1.055
425
- l-2.542-1.318l-2.503-1.105l-2.41-1.424l-2.32-1.316l-2.042-1.686l-1.738-2.004l-1.396-2.424l-0.738-2.74l-1.252,0.264
426
- l-1.002,0.422l-0.882,0.631l-0.909,0.686l-0.909,0.58l-0.79,0.685l-0.882,0.58l-0.803,0.737l1.687,4.27l2.095,4.11l2.687,3.849
427
- l3.269,3.424l3.452,2.899l3.98,2.426l4.465,1.79l5.125,1.002l0.685-0.474l0.883-0.211l0.804-0.053l1.014,0.156l1.028-0.053
428
- l1.028,0.107h1l1.015,0.053l0.711,0.685l0.58,0.79l0.249,0.791l0.251,0.896l-0.132,0.792l-0.172,1.002l-0.368,0.948l-0.29,1.264
429
- l-1.911,1.37l-2.161,0.37l-2.477-0.317l-2.305-0.421l-2.252-0.264l-1.555,0.474l-1.119,1.528l-0.08,3.005l1.646,2.371l1.911,1.581
430
- l2.108,0.843l2.358,0.422l2.398-0.054l2.477-0.157l2.609-0.264l2.622,0.053l-0.25-0.737v-0.845l0.08-0.631l0.343-0.475l0.342-0.58
431
- l0.541-0.212l0.566-0.263h0.686l2.28,0.422l1.937-0.316l1.567-0.792l1.569-0.948l1.356-1.001l1.569-0.634l1.687-0.263l2.068,0.791
432
- l1.488-0.739l1.766-0.474l2.043-0.579l2.03-0.633l1.792-0.949l1.673-1.159l1.227-1.58l0.856-1.951l1.251-0.579l1.252-0.634
433
- l1.2-0.789l1.37-0.581l1.251-0.631l1.251-0.107l1.133,0.211l1.146,0.896l1.251,0.42l1.594,0.318l1.594-0.158l1.7-0.211l1.542-0.475
434
- l1.713-0.632l1.475-0.581l1.423-0.632l-0.619,1.055l0.027,1.16l0.249,1.001l0.685,1.106l0.804,0.79l1.252,0.634l1.251,0.475
435
- l1.594,0.21l1.132-1.055l1.45-0.632l1.569-0.264h1.739h1.687l1.818,0.157l1.819-0.157h1.791l-0.447-1.58l-0.291-1.478l-0.119-1.476
436
- l0.093-1.37v-1.476l0.316-1.37l0.303-1.266l0.658-1.211l2.399,0.473l1.937,1.477l1.502,1.897l1.396,2.107l1.397,1.95l1.739,1.423
437
- l2.043,0.633l2.846-0.369l0.566,6.799l0.343,7.379v7.59l-0.081,7.958l-0.315,7.694l-0.29,7.853l-0.224,7.59l-0.079,7.38
438
- l-5.296,165.695L462.347,1000l28.644-0.476l-2.846-242.588l-0.289-3.11l0.882-2.582l1.542-2.425l2.252-1.898l2.332-2.001
439
- l2.583-1.792l2.333-1.844l2.135-1.739l1.29,2.95l2.082,1.897l2.505,1.317l2.979,1.211l2.634,0.95l2.424,1.528l1.74,2.266
440
- l1.055,3.373l3.083-0.157l3.162,0.368l2.978,0.527l2.952,0.896l2.846,0.475l2.951,0.527l2.978,0.053l3.057-0.369l1.607,2.426
441
- l2.188,1.581l2.397,0.526l2.688,0.055l2.662-0.369l2.689-0.264l2.396-0.158l2.241,0.633l0.448-1.266l0.686-0.581l0.685-0.157
442
- l0.791,0.369l0.686,0.422l0.896,0.474l0.685,0.422l0.922,0.209l-0.604-2.161l0.078-2.107l0.422-2.319l0.421-2.054l-0.157-2.003
443
- l-0.713-1.581l-1.738-1.317l-3.057-0.685l-0.581-1.528l-0.79-0.58l-1.133-0.211l-1.267,0.263h-1.477l-1.264-0.052l-1.002-0.791
444
- l-0.738-1.477l-2.504,0.475l-2.134-0.158l-2.187-0.737l-1.924-1.002l-2.081-1.317l-1.845-1.37l-1.95-1.211l-1.924-0.845l0.659-1.74
445
- l1.106-1.105l1.238-0.948l1.581-0.368l1.477-0.159l1.58,0.423l1.581,0.685l1.633,1.317l0.659-0.105h0.686l0.58-0.369l0.555-0.264
446
- l0.921-0.896l0.738-1.159l4.558,0.263l4.665,1.056l4.666,1.159l4.664,1.159l4.531,0.473l4.666-0.367l4.507-1.687l4.584-3.373
447
- l0.581-0.58l0.475-0.581l0.21-0.579l0.078-0.528v-0.685v-0.58l-0.053-0.687v-0.579l-3.503,2.002l-2.795,0.265l-2.661-1.107
448
- l-2.397-1.74l-2.425-2.001l-2.397-1.528l-2.742-0.686l-3.029,1.003l-2.846-6.432l-1.239,0.949l-1.106,0.317l-1.133-0.053
449
- l-1.133-0.474l-1.267-0.633l-1.264-0.686l-1.266-0.527l-1.135-0.105l-1.739-2.002l0.791-1.37l1.108-0.791l1.237-0.739l1.58-0.367
450
- l1.345-0.474l1.581-0.318l1.345-0.526l1.476-0.368l1.712,0.685l2.293,0.054l2.477-0.369l2.504-0.422l2.133-0.104l1.924,0.631
451
- l1.292,1.688l0.474,3.057l1.266-0.844l1.237-0.104l1.266,0.156l1.238,0.581l1.159,0.526l1.266,0.792l1.106,0.791l1.397,0.632
452
- l0.026,2.055l1-1.527l1.107-1.37l1.003-1.371l1.105-1.264l1.002-1.582l1-1.527l0.871-1.687l1.001-1.74l0.236,1.001l0.448,1.159
453
- l0.633,0.792l0.791,0.843l0.685,0.581l1.027,0.685l1.055,0.631l1.026,0.685l1.106-0.367h1.477l1.477,0.21l1.607,0.529l1.265,0.63
454
- l1.37,1.107l0.948,1.265l0.712,1.581l4.4,0.158l4.639-0.264l4.664-0.369l4.77-0.579l4.611-0.474l4.797-0.265l4.848,0.157l4.9,0.948
455
- l2.478-0.841l2.925-0.581l3.082-0.896l2.925-0.95l2.267-1.422l1.527-1.688l0.317-2.423l-0.975-3.005l-2.029-0.105l-2.056,0.054
456
- l-1.949-0.107l-1.925,0.054l-2.133-0.054l-2.055,0.107l-2.135,0.157l-2.161,0.475l-1.791-5.482l-2.134,0.369l-2.161,0.579
457
- l-2.267,0.369l-2.133,0.526l-2.398,0.265l-2.266,0.053l-2.265-0.317l-2.136-0.421l-1.739-1.316l-1.712-1.318l-1.74-1.37
458
- l-1.37-1.315l-1.528-1.477l-1.266-1.424l-1.08-1.687l-0.686-1.581l1.686-0.263l1.846,0.421l1.686,0.686l1.871,0.842l1.792,0.686
459
- l2.082,0.474l1.95-0.105l2.215-0.632l0.791,0.792l0.87,1.001l0.316,0.368l0.553,0.316l0.711,0.053l0.923,0.158l2.266-4.532
460
- l1.266,1.054l1.527,0.738l1.555,0.581l1.713,0.419l1.608,0.318l1.607,0.421l1.581,0.264l1.608,0.79l1.554-0.79l1.477-0.948
461
- l1.344-1.055l1.344-0.948l1.239-1.002l1.212-0.843l1.345-0.844l1.58-0.58l0.106-1.211l0.421-1.056l0.58-0.896l0.896-0.632
462
- l0.871-0.685l1.026-0.369l0.896-0.316l0.924-0.054l-1.556-2.528l-0.87-0.896l1.239-0.842l1.265-1.635l0.843-1.951l1.239-0.579
463
- l1.237-0.58l1.238-0.791l1.345-0.633l1.237-0.579l1.266-0.159l1.134,0.211l1.159,0.897l1.237,0.474l1.608,0.264l1.581-0.106
464
- l1.659-0.263l1.608-0.475l1.713-0.633l1.449-0.581l1.448-0.579l-0.659,1.001l0.025,1.16l0.265,1.001l0.685,1.159l0.792,0.738
465
- l1.291,0.633l1.237,0.474l1.608,0.211l1.106-1.055l1.447-0.579l1.582-0.265l1.688-0.053h1.74l1.817,0.157l1.791-0.105l1.818-0.053
466
- l-0.474-1.528l-0.264-1.528l-0.105-1.477l0.078-1.369l-0.052-1.424l0.342-1.423l0.316-1.213l0.659-1.264l2.346,0.526l1.976,1.423
467
- l1.528,1.897l1.397,2.16l1.371,1.898l1.738,1.423l2.055,0.685l2.847-0.42l0.58,6.798l0.289,7.378l0.079,7.59l-0.105,7.958
468
- l-0.316,7.694l-0.343,7.853l-0.185,7.591l-0.079,7.379l-5.271,165.696l-2.847,13.809l28.696-0.528l-2.872-242.59l-0.288-3.057
469
- l0.869-2.635l1.555-2.372l2.214-2.001l2.37-1.951l2.583-1.739l2.319-1.845l2.161-1.726l1.266,2.885l2.082,1.898l2.529,1.317
470
- l2.979,1.212l2.607,0.948l2.425,1.581l1.741,2.215l1.079,3.371l3.057-0.156l3.162,0.421l2.978,0.474l2.951,0.896l2.846,0.527
471
- l2.951,0.475l2.979,0.053l3.057-0.369l1.605,2.477l2.215,1.527l2.372,0.528l2.715,0.054l2.615-0.362l2.715-0.265l2.372-0.158
472
- l2.266,0.634l0.421-1.213l0.685-0.634l0.686-0.105l0.791,0.317l0.685,0.422l0.924,0.421l0.685,0.474l0.896,0.211l-0.606-2.108
473
- l0.106-2.161l0.396-2.318l0.421-2.054l-0.133-2.004l-0.71-1.58l-1.713-1.318l-3.11-0.631l-0.58-1.581l-0.791-0.58l-1.132-0.211
474
- l-1.266,0.264l-1.477,0.053l-1.238-0.105l-1.055-0.738l-0.685-1.528l-2.504,0.527l-2.134-0.211l-2.188-0.738l-1.95-1.002
475
- l-2.055-1.316l-1.872-1.306l-1.95-1.264l-1.922-0.845l0.658-1.738l1.106-1.107l1.237-0.948l1.582-0.368l1.475-0.106l1.609,0.396
476
- l1.581,0.659l1.632,1.317l0.66-0.106h0.659l0.579-0.368l0.581-0.236l0.896-0.924l0.737-1.159l4.559,0.265l4.664,1.055l4.691,1.16
477
- l4.665,1.158l4.532,0.527l4.664-0.422l4.479-1.687l4.585-3.372l0.58-0.581l0.422-0.579l0.264-0.553l0.105-0.581l-0.025-0.685
478
- l-0.054-0.555v-0.684v-0.581l-3.506,2.004l-2.792,0.262l-2.636-1.054l-2.396-1.792L832.32,636l-2.425-1.58l-2.715-0.606
479
- l-3.056,0.975l-2.846-6.403l-1.239,0.923l-1.106,0.368l-1.133-0.105l-1.134-0.448l-1.266-0.66l-1.265-0.685l-1.265-0.526
480
- l-1.134-0.054l-1.74-2.055l0.791-1.37l1.135-0.791l1.211-0.686l1.581-0.368l1.346-0.527l1.605-0.368l1.319-0.449l1.501-0.368
481
- l1.712,0.659l2.239,0.054l2.505-0.369l2.477-0.369l2.16-0.158l1.951,0.634l1.266,1.686l0.474,3.057l1.265-0.815l1.266-0.133
482
- l1.238,0.157l1.266,0.58l1.133,0.555l1.267,0.764l1.133,0.79l1.396,0.633l0.026,2.055l0.975-1.476l1.133-1.423l0.974-1.344
483
- l1.108-1.292l1-1.581l1.003-1.503l0.896-1.711l0.975-1.713l0.263,0.975l0.448,1.158l0.58,0.791l0.817,0.871l0.685,0.553
484
- l1.028,0.685l1.053,0.66l1.029,0.659l1.133-0.369h1.449l1.502,0.185l1.581,0.554l1.291,0.631l1.37,1.107l0.923,1.239l0.711,1.555
485
- l4.428,0.185l4.637-0.237l4.666-0.396l4.743-0.527l4.612-0.527l4.796-0.21l4.875,0.132l4.875,0.948l2.475-0.843l2.952-0.58
486
- l3.057-0.843l2.951-1.002l2.239-1.423l1.528-1.739l0.318-2.346l-0.949-3.03l-2.057-0.053h-2.055l-1.95-0.078l-1.923,0.078
487
- l-2.135-0.105l-2.055,0.105l-2.134,0.184l-2.161,0.449l-1.792-5.48l-2.133,0.368l-2.134,0.605l-2.294,0.396l-2.108,0.474
488
- l-2.396,0.265l-2.293,0.025l-2.24-0.29l-2.16-0.396l-1.714-1.344l-1.739-1.345l-1.74-1.345l-1.37-1.315l-1.528-1.449l-1.266-1.45
489
- l-1.08-1.687l-0.632-1.554l1.633-0.291l1.872,0.45l1.659,0.658l1.871,0.869l1.818,0.633l2.056,0.553l1.949-0.157l2.216-0.633
490
- l0.816,0.791l0.842,1.003l0.318,0.368l0.552,0.315l0.712,0.106l0.922,0.079l2.293-4.454l1.266,1.003l1.502,0.763l1.607,0.528
491
- l1.687,0.448l1.582,0.265l1.633,0.474l1.555,0.316l1.635,0.738l1.555-0.817l1.448-0.922l1.344-1.055l1.37-0.924l1.213-1.027
492
- l1.237-0.843l1.317-0.791l1.608-0.633l0.079-1.236l0.423-1.027l0.578-0.896l0.923-0.581l0.843-0.711l1.027-0.343l0.896-0.369
493
- l0.924-0.025L923.546,591.862z M348.458,460.792l3.426-1.713l-0.291,1.343l-0.171,2.716l-0.435,2.529l-0.277,2.688l-0.342,1.791
494
- l-1.739-1.977l-1.542-2.609l-0.25-2.344L348.458,460.792z M280.472,521.531l1.487,0.659l1.477,0.421l1.674,0.554l1.594,0.079
495
- l1.712-0.131l1.477-0.581l1.568-1.185l0.46-0.712l0.882-0.105l1.001,0.105l0.816,0.657l0.711,1.004l0.684,1.236l0.712,1.004
496
- l0.831,1l0.646,0.687l1.146,0.315l1.278-0.026l1.567-0.237l0.198-1.054l0.223-1.002l0.316-1.054l0.318-0.791l0.342-1.002
497
- l0.448-0.816l0.434-0.923l0.646-0.686l11.818,7.062l1.225-1.159l0.661-1.37l-0.027-1.581v-1.607l-0.171-1.66l0.421-1.397
498
- l1.226-1.159l2.28-0.474l1.028,0.078l1.015,0.106l0.803-0.131l0.908-0.134l0.766-0.367l0.777-0.369l0.791-0.58l1.026-0.449
499
- l2.136-0.024l2.279-0.054l2.385-0.265l2.398-0.052l2.135-0.026l2.28,0.29l1.396,0.554l-1.2,0.737l-1.106,0.924l-1.027,0.686
500
- l-0.541,1.157l0.146,1.318l1.132,1.95l1.199,1.554l1.476,1.134l1.594,0.738l1.712,0.423l1.714,0.104l1.896,0.054l1.818,0.105
501
- l1.977,0.157h1.45l2.161-0.264l2.252-0.499l2.623-0.158l2.24,0.078l1.963,0.764l1.37,1.556l0.488,1.791l-0.804,1.159l-1.673,1.37
502
- l-1.937,0.949l-1.053-1.897l-0.909-0.79l-1.147-0.107l-1.105,0.475l-1.252,0.369h-1.027l-1.053-0.686l-0.817-1.66l-6.746,3.506
503
- v-2.003l-0.383-1.265l-0.671-0.764l-0.712-0.448l-1.028-0.527l-1.053-0.477l-0.909-0.762l-0.831-1.107l-2.015,1.502l-1.858,2.161
504
- l-1.911,2.319l-1.766,2.188l-2.016,1.634l-2.055,0.815l-2.241-0.289l-2.424-1.555l-0.079-5.112l-2.623-0.052l-1.882,1.158
505
- l-1.569,1.739l-1.08,2.161l-1.332,1.74l-1.344,1.396l-1.818,0.238l-2.28-0.976l-1.569,0.396l-1.619,0.342l-1.569,0.238
506
- l-1.568,0.262l-1.701-0.078l-1.714-0.184l-1.817-0.343l-1.714-0.396l-4.861-4.691l-2.03,1.425l-2.016,1.157l-2.003,0.949
507
- l-1.923,0.816l-2.135,0.607l-2.055,0.817l-2.134,0.815l-2.029,1.16l-1.476-0.054l-1.106-0.316l-1.053-0.554l-0.685-0.657
508
- l-0.712-1.003l-0.461-0.923l-0.33-1.133l-0.065-1.002l-2.53,1.369l-2.74,0.87l-2.925,0.501l-2.965,0.396l-3.043,0.289l-2.595,0.606
509
- l-2.504,1.027l-1.871,1.765l-1.265-0.185l-0.79-0.368l-0.712-0.527l-0.46-0.579l-0.566-0.632l-0.593-0.581l-0.659-0.554
510
- l-0.829-0.236l0.659-1.687l3.952-1.423l4.045-1.345l3.965-1.528l4.072-1.449l3.808-1.632l3.821-1.688l3.809-1.844l3.848-1.898
511
- L280.472,521.531z M411.371,625.672l-2.043-0.105l-2.081,0.052l-1.873-0.052h-1.976l-2.134-0.079l-2.043,0.157l-2.173,0.132
512
- l-2.135,0.527l-1.792-5.586l-2.161,0.421l-2.109,0.606l-2.304,0.368l-2.136,0.501l-2.358,0.263l-2.254,0.026l-2.304-0.289
513
- l-2.162-0.422l-1.712-1.317l-1.74-1.316l-1.726-1.371l-1.37-1.316l-1.515-1.477l-1.277-1.422l-1.029-1.688l-0.711-1.581
514
- l1.685-0.263l1.819,0.448l1.739,0.658l1.819,0.844l1.831,0.684l2.042,0.502l1.937-0.134l2.253-0.631l0.792,0.791l0.829,1.001
515
- l0.343,0.367l0.566,0.318l0.685,0.078l0.909,0.106l2.305-4.479l1.277,1.027l1.489,0.765l1.594,0.553l1.001,0.237l0.303,1.21
516
- l1.516,1.451l2.357-1.424l1.055-0.052l0.223,0.023l1.621,0.765l0.185-0.078h0.013l1.265,1.238l1.133,1.316l1.396,1.213l1.739,0.686
517
- l2.438-0.185l0.487,0.923l0.606,0.737l0.566,0.579l0.79,0.581l0.686,0.211l1.027,0.316h1.055l1.331,0.052l1.738,2.347l2.188,2.371
518
- l2.319,2.134l2.304,2.214l2.068,2.108l1.963,2.346l1.437,2.346l1.04,2.714l-1.449,1.74l-1.305,0.711l-1.37-0.343l-1.397-0.553
519
- l-1.37-0.633l-1.277-0.211l-0.989,0.475l-0.777,1.688l-1.766-5.164l-1.937,0.948l-1.557,0.157l-1.515-0.687l-1.371-0.894
520
- l-1.621-1.214l-1.476-0.738l-1.712-0.447l-1.912,0.396l-0.132,0.896l-0.408,0.685l-0.567,0.475l-0.54,0.711l-1.765-2.608
521
- l-0.501-0.448l2.924-0.606l3.044-0.896l2.938-0.922l2.241-1.424l1.542-1.739l0.317-2.398L411.371,625.672z M427.354,590.467
522
- l-0.896-0.448l-0.791-0.212l-1.028-0.079l-1.028,0.344l-0.343,1.133l-0.619,0.791l-0.909,0.368l-0.91,0.132l-1.251-0.077
523
- l-1.145-0.107l-1.015,0.026l-0.896,0.236v0.554v0.581l-0.197,0.552l-0.224,0.474l-1.028,0.581h-0.909l-2.728-1.16l-2.623-0.869
524
- l-2.727-0.975l-2.622-0.738l-1-0.368l-0.251-2.583l1.305-3.556l-2.727-0.87l-2.174,0.499l-1.765,1.292l-1.502,1.713l-1.883-1.527
525
- l-2.333,1.871l-2.161,0.053l-2.056-1.344l-2.068-1.896l-2.081-1.898l-2.081-0.975l-1.819,0.448h-0.026l-1.343,0.265l-1.477,0.475
526
- l-0.935,0.395l-2.201-2.135l-0.224,1.238l0.25,1.37l0.041,0.105h-0.013l-1.331,0.238l-1.451-0.423l-1.291-1.027l2.002-2.636
527
- l0.698-1.106l2.622,0.528l1.569-1.291l1.937-0.923l1.911-0.843l2.016-0.369l2.056-0.263l2.135,0.052l2.054,0.211l2.044,0.659
528
- l0.829,1.238l0.909,0.87l1.054,0.659l1.028,0.421l1.027,0.237l1.014,0.316l1.146,0.318l1.252,0.657l2.622,0.054l2.7-0.265
529
- l2.623-0.604l2.701-0.712l2.358-1.213l2.478-1.266l2.107-1.528l2.135-1.371l1.476,5.851l2.597-1.266l2.7-0.289l2.597,0.186
530
- l2.647,0.499l2.503,0.422l2.741,0.185l2.702-0.264l3.043-0.842l0.909,0.736l0.487,1.029l-0.224,0.922l-0.434,1.027l-0.964,1.028
531
- l-0.803,1.054l-0.567,0.211l-0.46,0.211l-0.646,0.052l-0.567-0.104l-0.711-0.686l-0.659,1.055l-0.566,1.133l-0.751,1.134
532
- l-0.672,1.186l-0.883,0.896l-0.882,0.923l-1.027,0.58l-0.883,0.711l-1.053-0.448l-0.686-0.42l-0.791-0.581L427.354,590.467z
533
- M460.399,687.636l-1.081-1.105l-1.107-0.738l-1.398-0.107l-1.817-0.104l-1.831-0.633l-1.7-0.949l-1.74-1l-1.818-1.107
534
- l-1.739-0.526h-1.792l-1.687,1.055l-0.171,1.315l-0.369,1.056l-0.764,0.58l-0.777,0.474l-1.015,0.264l-1.001,0.317l-1.027,0.475
535
- l-0.566,0.841l-2.872-2.001l-2.252,0.053l-2.017,1.264l-1.687,1.952l-1.646,1.634l-1.594,0.684l-1.819-0.895l-1.883-3.11
536
- l0.197-1.055l0.343-0.896l0.317-1.001l0.448-0.792l0.092-1.054l0.198-0.896v-1.16l-0.027-1.104l-1.251-0.581l-0.831-0.737
537
- l-0.685-1.056l-0.711-0.949l-0.79-1.054l-0.949-0.527l-1.331-0.21l-1.687,0.475l-0.449,0.579l-0.223,0.792l-0.316,0.737
538
- l-0.198,0.895l-0.343,0.792l-0.342,0.79l-0.54,0.581l-0.58,0.686l-2.068-2.003l-1.937-2.16l-2.227-2.32l-2.068-2.318l-2.344-2.476
539
- l-2.385-2.319l-2.648-2.214l-2.793-1.897l-1.527,2.055l-1.766,1.266l-2.28,0.632l-2.254,0.265l-2.504-0.211l-2.53-0.157
540
- l-2.371-0.318l-2.161,0.158l-8.313-8.801l-1.884,1.159l-2.16,0.843l-2.359,0.474l-2.28,0.368l-2.504,0.265l-2.227,0.526
541
- l-2.016,0.845l-1.621,1.369l-10.053-5.06v0.685l0.027,0.896l-0.106,0.843l-0.064,0.896l-0.448,0.685l-0.342,0.686l-0.661,0.369
542
- l-0.71,0.21l-1.885,0.053l-1.621-0.685l-1.476-1.107l-1.395-1.212l-1.397-1.424l-1.396-1.106l-1.45-1.001l-1.239-0.158l4.084-1.527
543
- l4.585-3.359l0.566-0.581l0.462-0.579l0.197-0.581l0.106-0.526l-0.026-0.687v-0.579v-0.685l-0.053-0.581l-3.452,2.002l-2.848,0.265
544
- l-2.634-1.056l-2.398-1.789l-2.424-2.004l-2.41-1.555l-2.741-0.633l-3.043,0.975l-2.793-6.428l-1.251,0.948l-1.134,0.343
545
- l-1.119-0.081l-1.134-0.42l-1.278-0.686l-1.277-0.659l-1.251-0.554l-1.12-0.078l-1.766-2.03l0.803-1.369l1.106-0.791l1.251-0.737
546
- l1.594-0.343l1.344-0.5l1.568-0.369l1.356-0.475l1.489-0.342l1.674,0.659l2.305,0.052l2.451-0.368l2.504-0.396l2.162-0.132
547
- l1.975,0.633l1.238,1.687l0.515,3.057l1.226-0.842l1.251-0.107l1.226,0.186l1.291,0.553l1.133,0.527l1.252,0.792l1.145,0.789
548
- l1.356,0.66l0.026,2.029l1.027-1.502l1.107-1.397l1.001-1.369l1.107-1.267l1.001-1.581l0.988-1.527l0.857-1.687l1.027-1.739
549
- l0.224,1.027l0.487,1.134l0.567,0.791l0.803,0.842l0.712,0.58l1.027,0.686l1.054,0.632l1.014,0.686l1.12-0.368l1.476-0.026
550
- l1.475,0.185l1.594,0.58l1.266,0.66l1.383,1.08l0.909,1.238l0.75,1.554l4.414,0.186l4.639-0.236l4.637-0.422l4.757-0.5l4.639-0.553
551
- l1.12-0.026l0.184,0.527l0.369,0.843l0.579,1.028l0.37,0.896l0.223,0.949l-1.673,0.685l-1.594,0.264l-1.685-0.107l-1.621-0.078
552
- l-1.568-0.078l-1.226,0.475l-1.133,0.816l-0.633,1.607v1.106l0.462,1.265l0.487,1.134l0.817,1.213l0.686,1.001l1.054,1.028
553
- l1.026,0.974l1.055,1.015l3.044-0.053l3.188,0.316l2.965,0.474l2.951,0.739l2.741,0.631l2.846,0.738l2.728,0.527l2.859,0.632
554
- l-0.262-0.685v-0.527v-0.58l0.343-0.368l0.539-0.791l0.685-0.475l1.937,0.632l1.593,1.002l1.252,1.003l1.304,1.212l1.029,1
555
- l1.251,1.106l1.516,1.002l1.962,1.107l7.431-1.266l-1.2,3.32l0.395,2.529l1.397,1.423l2.161,1.105l2.504,0.423l2.965,0.475
556
- l2.622,0.422l2.385,0.737l1.37-1.002l1.45,0.054l1.251,0.631l1.292,0.896l1.277,0.686l1.227,0.422l1.356-0.475l1.422-1.37
557
- l18.394,19.869l-1.555,0.474l-1.146-0.211l-1.053-0.792l-0.686-1.104L460.399,687.636z M473.046,561.875l-0.684,1.607l-0.857,1.477
558
- l-1.345,1.159l-1.672,0.949l-3.082,0.71l-2.478-0.184l-2.266-0.843l-1.857-1.448l-1.739-1.897l-1.357-1.923l-1.542-2.002
559
- l-1.278-1.792l-0.197,0.923l-0.461,0.896l-0.764,0.816l-0.922,0.685l-1.108,0.369l-1.027,0.025l-1.014-0.343l-0.91-0.526
560
- l-2.767-1.213l-2.502-0.737l-2.623-0.764l-2.502-0.527l-2.727-0.501l-2.518-0.526l-2.622-0.765l-2.504-0.71l-0.303,0.895
561
- l-0.092,1.214l-0.223,1.157l-0.198,1.266l-0.685,0.896l-0.766,0.712l-1.119,0.131l-1.62-0.315L415,557.555l-5.81-1.501
562
- l-6.126-0.448l-6.141,0.236l-6.125-0.027l-6.009-0.235l-5.691-1.267l-5.415-2.74l-2.267,2.425l-2.766-0.053l-2.385-0.29
563
- l-2.371-0.658l-2.41-0.527l-2.399-0.632l-2.359-0.211l-2.501,0.184l-2.399,0.844l-0.171,1.817l-1.081,0.107l-1,0.474l-0.909,0.686
564
- l-0.646,1.054l-0.661,1.002l-0.566,1.158l-0.659,1.029l-0.566,1.132h-4.532l-4.414,0.739l-4.389,1.212l-0.566,0.264l-1.871-1.001
565
- l0.738,1.476l-2.358,1.027l-4.165,1.871l-3.821,2.24l-3.808,2.451l-3.478,2.528l-0.817-1.106l-1.119-0.421l-1.396-0.209
566
- l-1.357,0.023l-1.226-0.078l-0.91-0.342l-0.368-0.87l0.343-1.634l2.186-2.636l2.596-2.082l2.556-1.871l2.938-1.397l2.924-1.186
567
- l3.044-0.843l3.254-0.5l3.557-0.079l-7.549-2.002l2.107-4.162l2.874-2.847l3.399-2.215l3.808-1.448l3.954-0.975l4.188-0.422
568
- l4.072-0.157l4.097,0.157l0.804-1.503l1.186-1.079l1.226-0.764l1.488-0.501l1.449-0.58l1.594-0.474l1.332-0.607l1.463-0.606
569
- l2.991-0.025l2.926,0.975l2.792,1.635l2.846,2.002l2.531,1.423l2.596,0.948l2.529-0.368l2.451-1.739l1.055-0.132l0.856-0.342
570
- l0.54-0.925l0.566-0.923l0.198-1.264l0.198-1.238l0.236-1.265l0.303-0.924l-0.816-1.422l-0.685-1.688l-0.5-1.238l1.094,0.581
571
- l1.475,1.658v-1.027l3.649,1.291l3.65,1.187l3.636,0.737l3.756,0.289l3.649-0.42l3.584-1.108l3.702-1.738l3.702-2.426l1.08,2.793
572
- l1.989,1.792l2.372,1.213l2.648,0.948l2.161,0.869l1.817,1.556l0.857,2.372l-0.29,3.636l0.264,2.161l0.712,1.45l0.935,0.764
573
- l1.37,0.554l1.476-0.026l1.687-0.133l1.7-0.235l1.806-0.291l0.646-2.292l1.12-1.16l1.477-0.58l1.79,0.211l1.714,0.185l1.844,0.553
574
- l1.568,0.184l1.477-0.024l2.74,1.212l2.648,1.661l2.53,1.422l2.503,1.555l2.531,1.08l2.739,0.712l2.925,0.211l3.426-0.396
575
- l0.447,1.555l0.37,1.712l0.065,1.818L473.046,561.875z M472.757,518.659l-1.647-2.028l-1.594-1.424l-1.739-1.106l-1.568-0.659
576
- l-1.963-0.527l-1.911-0.079l-2.188-0.053l-2.253,0.368l-0.078,0.896v1.001l-0.092,0.792l-0.079,0.922l-0.462,0.712l-0.447,0.79
577
- l-0.659,0.58l-0.803,0.58l-2.386-0.869l-2.161-0.975l-2.2-1.213l-2.161-1.105l-2.305-1.213l-2.161-0.975l-2.28-0.869l-2.306-0.422
578
- l-0.197,0.684l-0.434,0.687l-0.685,0.58l-0.303,0.816l-1.937-1.554l-1.884-1.66l-2.082-1.925l-2.068-1.527l-2.28-1.451l-2.28-0.868
579
- l-2.504-0.185l-2.621,0.974l-0.739,0.896l-0.882,0.606l-0.685,0.026l-0.566,0.104h-0.567l-0.58,0.132l-0.936-1.236l-0.83-1.214
580
- l-1.027-1.265l-0.935-1.107l-1.133-1.105l-1.251-0.686l-1.515-0.289l-1.449,0.235l-0.118,0.581v0.58l0.145,0.553l0.145,0.659
581
- L405,504.749l-0.567,0.816l-1.792,0.025l0.146,1.502l-0.224,1.105l-0.658,0.818l-0.883,0.449l-1.252,0.368l-1.146,0.474
582
- l-0.989,0.58l-0.658,0.924l-1.029-0.975l-0.961-0.924l-1.028-1.133l-0.829-0.949l-1.028-1.054l-1.014-0.633l-1.172-0.448
583
- l-1.226,0.133l-1.647,2.739l-8.407-6.983l-0.079,1.818l-0.316,1.95l-0.883,1.687l-0.988,1.845l-1.423,1.396l-1.567,1.292
584
- l-1.713,0.792l-1.673,0.606l-3.081-1.766l-2.9-0.738l-2.938-0.079l-2.702,0.396l-2.818,0.395l-2.846,0.501l-2.82,0.185
585
- l-0.936-0.078l0.739-0.764l1.026-0.924l1.332-0.474l1.397,0.079l1.791,0.896l1.37-0.396l1-0.895l0.646-1.478l0.66-1.502
586
- l0.539-1.606l1.002-1.265l1.476-0.686l2.135,0.157l2.333-2.055l6.956,5.981l0.515-0.924l0.566-0.791l0.449-1l0.539-0.949
587
- l0.435-0.896l0.792-0.687l0.908-0.474l1.226-0.131l-0.909-1.239l-1.277-1.316l-1.516-1.712l-1.159-1.555l-0.803-1.82l-0.171-1.58
588
- l0.882-1.607l2.399-1.185l0.079-1.82l0.856-1.002l1.226-0.948l1.569-0.474l1.396-0.711l1.133-0.817l0.29-1.37l-0.263-1.791
589
- l0.659-0.923l0.791-0.817l0.685-0.658l0.632-0.712l0.342-0.792l0.317-0.813v-0.925l-0.146-1.001l-1.831-0.079l-1.898,0.026
590
- l-2.253-0.054l-2.081-0.105l-2.16-0.527l-1.662-0.737l0.778-0.686l1.937-0.948l2.478-0.266l0.83,1.346l1.029,0.554l1.013-0.027
591
- l1.252-0.342l1.226-0.712l1.345-0.579l1.396-0.501l1.528,0.106l5.731,1.002l5.89,0.817l6.034,0.604l6.034,0.659l5.639,0.817
592
- l5.758,1.476l5.23,2.082l5.045,3.083l4.639,6.035l5.863,4.453l6.284,3.163l6.52,2.847l5.958,2.949l5.401,3.769l3.94,5.139
593
- l2.41,7.458L472.757,518.659z M534.629,600.163l1.503,0.632l1.449,0.421l1.738,0.555l1.582,0.079l1.713-0.133l1.447-0.606
594
- l1.582-1.159l0.421-0.685l0.923-0.131l1.002,0.131l0.817,0.632l0.71,1.002l0.686,1.237l0.71,1.028l0.817,1.001l0.685,0.685
595
- l1.134,0.289l1.266-0.023l1.58-0.237l0.211-1.027l0.211-1.003l0.317-1.026l0.289-0.817l0.342-1.028l0.449-0.79l0.396-0.924
596
- l0.711-0.684l11.806,7.035l1.212-1.133l0.659-1.371l-0.025-1.58v-1.634l-0.159-1.687l0.422-1.37l1.24-1.159l2.239-0.475
597
- l1.027,0.107l1.027,0.104l0.763-0.158l0.925-0.106l0.815-0.368l0.79-0.367l0.766-0.581l1.027-0.475l2.161-0.025l2.266-0.026
598
- l2.372-0.263l2.396-0.054l2.135-0.053l2.266,0.316l1.055,0.422l0.475,0.317l0.605,0.157l1.738,1.316l0.211-0.738l1.582,0.421
599
- l2.135-1.369l2.346-1.081l2.346-0.947l2.503-0.501l2.477-0.475l2.635-0.289l2.609-0.265l2.714-0.131l-0.211,1.79l0.606,1.793
600
- l0.949,1.791l1.291,1.923l1.265,1.687l1.266,1.792l0.5,0.923l-0.658,0.581l-1.107,1.475l-0.975,1.924l-1.185,1.74l-1.267,1.712
601
- l-1.686,1.424l-1.897,0.922l-1.028-1.896l-0.922-0.766l-1.186-0.131l-1.106,0.501l-1.213,0.368h-1.027l-1.027-0.659l-0.816-1.688
602
- l-6.774,3.505l-0.024-2.028l-0.369-1.238l-0.685-0.764l-0.711-0.449l-1.027-0.553l-1.002-0.447l-0.922-0.791l-0.817-1.108
603
- l-2.028,1.53l-1.872,2.16l-1.924,2.318l-1.766,2.187l-1.976,1.608l-2.057,0.842l-2.292-0.288l-2.397-1.556l-0.105-5.111
604
- l-2.582-0.054l-1.898,1.159l-1.58,1.74l-1.081,2.16l-1.344,1.739l-1.317,1.397l-1.819,0.236l-2.292-0.974l-1.581,0.367l-1.58,0.369
605
- l-1.581,0.236l-1.581,0.264l-1.713-0.105l-1.687-0.21l-1.845-0.265l-1.687-0.447l-4.848-4.665l-2.029,1.371l-2.003,1.186
606
- l-2.056,0.921l-1.922,0.845l-2.135,0.604l-2.006,0.82l-2.135,0.844l-2.028,1.185l-1.477-0.079l-1.133-0.316l-1.027-0.553
607
- l-0.738-0.713l-0.685-0.948l-0.475-0.922l-0.37-1.133v-1.003l-2.58,1.37l-2.688,0.845l-2.952,0.525l-2.951,0.369l-3.057,0.316
608
- l-2.583,0.579l-2.476,1.056l-1.91,1.766l-1.252-0.185l-0.804-0.37l-0.685-0.554l-0.449-0.553l-0.606-0.685l-0.592-0.527
609
- l-0.685-0.579l-0.765-0.211l0.619-1.688l3.967-1.422l4.06-1.346l3.951-1.527l4.03-1.451l3.874-1.633l3.795-1.687l3.849-1.871
610
- l3.819-1.872L534.629,600.163z M699.166,646.489l-0.5,0.367l-0.605,0.317l-0.871,0.157l-0.685,0.106l-0.792,0.368l-0.314,0.527
611
- l-1.029-0.29l-0.842-0.553l-0.792-0.659l-0.685-0.554l-0.817-0.685l-0.685-0.527l-0.791-0.316h-0.922l-2.661,2.082l-0.949-0.976
612
- l-0.923-0.79l-1.028-0.792l-0.895-0.685l-1.159-0.631l-1.029-0.423l-1.265-0.446l-1.133-0.238l0.581,1.609l0.579,1.555l0.396,1.369
613
- l0.263,1.477v1.236l0.026,1.37l-0.315,1.346l-0.317,1.619l-0.896,0.58l-0.791,0.687l-0.79,0.474l-0.766,0.475h-0.896l-0.816-0.105
614
- l-0.791-0.317l-0.711-0.632l0.316-1.74l0.08-1.461l-0.106-1.37l-0.264-1.029l-0.711-1.027l-0.896-0.632l-1.266-0.659l-1.37-0.211
615
- l-1.449,1.028l-1.134,0.158l-1.026-0.554l-0.951-0.923l-1.025-0.87l-0.896-0.448l-0.923,0.264l-0.869,1.528l-1.397-1.951
616
- l-1.238-0.526h-1.265l-1.106,0.737l-1.267,0.686l-1.211,0.581h-1.266l-1.133-0.739h-1.609l-1.343,0.29l-1.345,0.342l-1.237,0.606
617
- l-1.371,0.553l-1.212,0.711l-1.265,0.712l-1.213,0.685l0.237,0.58l0.342,0.66l0.236,0.685l0.369,0.686l0.131,0.659l0.212,0.672
618
- l-0.08,0.79v1.055l-0.526,0.632l-0.817,0.053l-2.793-2.001l-1.292,1.369l-1.475-0.527l-0.845-0.737l-0.446-1.16l-0.264-1.146
619
- l-0.37-1.212l-0.447-0.896l-0.816-0.659h-0.211l0.475-0.896l1.79-2.661l1.977-2.397l2.478-2.081l-0.737-1.688l-0.686-1.37
620
- l-0.924-1.238l-0.948-0.976l-1.16-1.001l-1.237-0.79l-1.345-0.634l-1.396-0.421l-3.4,0.025l-2.607,1.081l-2.24,1.739l-1.766,2.294
621
- l-1.924,2.187l-1.738,2.294l-2.24,1.87l-2.688,1.159l-0.5-1.924l-0.396-1.687l-0.342-1.686l-0.37-1.476l-0.604-1.556l-0.449-1.37
622
- l-0.817-1.344l-0.843-1.237l-1.344,0.157l-1.001,0.446l-0.925,0.712l-0.657,1.003l-0.686,1.053l-0.527,1.135l-0.659,1.026
623
- l-0.553,1.16l-4.506-0.025l-4.453,0.764l-4.375,1.213l-4.058,1.766l-4.164,1.87l-3.82,2.239l-3.821,2.452l-3.478,2.529
624
- l-0.791-1.106l-1.134-0.423l-1.37-0.209h-1.37l-1.291-0.053l-0.87-0.344l-0.368-0.923l0.316-1.58l2.214-2.636l2.583-2.056
625
- l2.582-1.897l2.925-1.422l2.925-1.187l3.057-0.816l3.268-0.527l3.506-0.053l-7.511-2.003l2.083-4.162l2.898-2.847l3.347-2.239
626
- l3.874-1.451l3.926-0.948l4.19-0.421l4.084-0.158l4.084,0.158l0.764-1.529l1.238-1.001l1.212-0.843l1.477-0.475l1.502-0.632
627
- l1.555-0.449l1.345-0.605l1.477-0.58l2.95-0.054l2.951,0.975l2.74,1.635l2.871,2.029l2.556,1.396l2.609,0.976l2.478-0.369
628
- l2.475-1.74l1.029-0.157l0.922-0.316l0.527-0.947l0.528-0.896l0.21-1.266l0.236-1.238l0.211-1.266l0.291-0.896l-0.791-1.476
629
- l-0.712-1.712l-0.712-1.792l-0.71-1.555l-1.159-1.449l-1.266-0.791l-1.819-0.186l-2.133,0.95l-1.159-0.765l-0.581-0.791
630
- l-0.132-1.055l0.186-0.896l0.132-0.368l0.077,0.21l1.557,0.212l1.712-0.106l1.818-0.264l1.95-0.265l1.659-0.263l1.712,0.527
631
- l1.634,1.105l1.371,2.267l-0.659,0.315l-0.211,0.37l-0.236,0.447l0.053,0.449v0.791v0.685l3.531,1.635l-1.002,1.264l-0.42,1.267
632
- l-0.107,1.159l0.264,1.105l0.474,0.896l0.897,1.027l1.055,0.554l1.37,0.631l1.896-0.736l1.95-0.687l1.792-0.71l1.791-0.368
633
- l1.688-0.237l1.817,0.156l1.846,0.766l1.844,1.555l2.107,2.688l2.055,3.032l2.346,2.924l2.557,2.899l2.608,2.214l3.214,1.633
634
- l3.558,0.634l4.163-0.423l1.528,2.267l1.502,1.898l1.527,1.527l1.712,1.371l1.688,0.842l1.872,1.003l2.001,0.79l2.319,0.737
635
- l0.026,0.896L699.166,646.489z M716.216,600.111l-1.055-1.106l-1.159-0.792l-1.372-0.053l-1.79-0.079l-1.845-0.657l-1.712-0.977
636
- l-1.713-1.026l-1.845-1.082l-1.713-0.525l-1.79,0.025l-1.715,1.055l-0.184,1.37l-0.316,1.001l-0.791,0.581l-0.816,0.475
637
- l-0.976,0.262l-1,0.344l-1.028,0.5l-0.581,0.791l-2.871-2.003h-2.241l-2.028,1.319l-1.687,1.948l-1.635,1.635l-1.581,0.738
638
- l-1.843-0.896l-1.844-3.164l0.184-1.026l0.317-0.923l0.341-1.002l0.422-0.816l0.107-1.003l0.184-0.922v-1.106l-0.026-1.16
639
- l-1.237-0.554l-0.842-0.763l-0.687-1.027l-0.71-0.975l-0.792-1.028l-0.896-0.553l-1.397-0.185l-1.687,0.449l-0.421,0.579
640
- l-0.237,0.816l-0.342,0.687l-0.21,0.921l-0.291,0.792l-0.343,0.791l-0.553,0.58l-0.526,0.685l-2.109-2.002l-1.976-2.107
641
- l-2.188-2.373l-2.082-2.318l-2.318-2.476l-2.424-2.319l-2.637-2.215l-2.767-1.896l-1.527,2.056l-1.819,1.265l-2.214,0.633
642
- l-2.319,0.263l-2.45-0.185l-2.53-0.186l-2.396-0.315l-1.212,0.106l-0.422-0.606l-1.266-1.317l-1.527-1.713l-1.133-1.528
643
- l-0.844-1.818l-0.158-1.607l0.896-1.581l2.346-1.186l0.078-1.818l0.924-1.026l1.213-0.924l0.764-0.236l1.001,0.974l1.054,1.004
644
- l3.084-0.056l3.161,0.29l2.979,0.501l2.899,0.765l2.768,0.605l2.847,0.738l2.739,0.526l2.871,0.634l-0.264-0.66v-0.553
645
- l-0.026-0.581l0.317-0.315l0.58-0.844l0.685-0.474l1.925,0.631l1.606,1.029l1.266,1.001l1.291,1.238l1.027,0.974l1.267,1.135
646
- l1.501,0.974l1.923,1.081l7.484-1.239l-1.187,3.294l0.369,2.53l1.396,1.423l2.162,1.105l2.529,0.396l2.925,0.5l2.636,0.422
647
- l2.398,0.738l1.316-1.002l1.476,0.053l1.291,0.686l1.266,0.87l1.238,0.659l1.266,0.421l1.316-0.474l1.476-1.37l18.367,19.868
648
- l-1.556,0.475l-1.133-0.212l-1.028-0.791l-0.71-1.106L716.216,600.111z"/>
649
- <polygon fill="#231F20" points="850.369,545.722 852.03,543.982 843.176,547.882 "/>
650
- </g>
651
- </svg>
data/rm DELETED
File without changes