prawn-graph 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/README.markdown +51 -2
- data/Rakefile +16 -2
- data/lib/prawn/graph.rb +1 -4
- data/lib/prawn/graph/bar.rb +39 -143
- data/lib/prawn/graph/base.rb +207 -0
- data/lib/prawn/graph/errors.rb +2 -1
- data/lib/prawn/graph/grid.rb +5 -0
- data/lib/prawn/graph/line.rb +40 -1
- data/lib/prawn/graph/theme.rb +24 -0
- metadata +19 -312
- data/vendor/prawn-core/COPYING +0 -340
- data/vendor/prawn-core/HACKING +0 -46
- data/vendor/prawn-core/LICENSE +0 -56
- data/vendor/prawn-core/README +0 -138
- data/vendor/prawn-core/Rakefile +0 -75
- data/vendor/prawn-core/bench/afm_text_bench.rb +0 -18
- data/vendor/prawn-core/bench/png_type_6.rb +0 -15
- data/vendor/prawn-core/bench/ttf_text_bench.rb +0 -19
- data/vendor/prawn-core/bugs/indentation_across_pagebreaks.rb +0 -15
- data/vendor/prawn-core/bugs/resolved/canvas_sets_y_to_0.rb +0 -15
- data/vendor/prawn-core/bugs/resolved/png_barcode_issue.rb +0 -11
- data/vendor/prawn-core/bugs/resolved/transaction_page_number_issue_79.rb +0 -21
- data/vendor/prawn-core/bugs/resolved/ttf_fails_in_transactions.rb +0 -24
- data/vendor/prawn-core/data/encodings/win_ansi.txt +0 -29
- data/vendor/prawn-core/data/fonts/Action Man.dfont +0 -0
- data/vendor/prawn-core/data/fonts/Activa.ttf +0 -0
- data/vendor/prawn-core/data/fonts/Chalkboard.ttf +0 -0
- data/vendor/prawn-core/data/fonts/Courier-Bold.afm +0 -342
- data/vendor/prawn-core/data/fonts/Courier-BoldOblique.afm +0 -342
- data/vendor/prawn-core/data/fonts/Courier-Oblique.afm +0 -342
- data/vendor/prawn-core/data/fonts/Courier.afm +0 -342
- data/vendor/prawn-core/data/fonts/DejaVuSans.ttf +0 -0
- data/vendor/prawn-core/data/fonts/Dustismo_Roman.ttf +0 -0
- data/vendor/prawn-core/data/fonts/Helvetica-Bold.afm +0 -2827
- data/vendor/prawn-core/data/fonts/Helvetica-BoldOblique.afm +0 -2827
- data/vendor/prawn-core/data/fonts/Helvetica-Oblique.afm +0 -3051
- data/vendor/prawn-core/data/fonts/Helvetica.afm +0 -3051
- data/vendor/prawn-core/data/fonts/MustRead.html +0 -19
- data/vendor/prawn-core/data/fonts/Symbol.afm +0 -213
- data/vendor/prawn-core/data/fonts/Times-Bold.afm +0 -2588
- data/vendor/prawn-core/data/fonts/Times-BoldItalic.afm +0 -2384
- data/vendor/prawn-core/data/fonts/Times-Italic.afm +0 -2667
- data/vendor/prawn-core/data/fonts/Times-Roman.afm +0 -2419
- data/vendor/prawn-core/data/fonts/ZapfDingbats.afm +0 -225
- data/vendor/prawn-core/data/fonts/comicsans.ttf +0 -0
- data/vendor/prawn-core/data/fonts/gkai00mp.ttf +0 -0
- data/vendor/prawn-core/data/images/16bit.alpha +0 -0
- data/vendor/prawn-core/data/images/16bit.dat +0 -0
- data/vendor/prawn-core/data/images/16bit.png +0 -0
- data/vendor/prawn-core/data/images/arrow.png +0 -0
- data/vendor/prawn-core/data/images/arrow2.png +0 -0
- data/vendor/prawn-core/data/images/barcode_issue.png +0 -0
- data/vendor/prawn-core/data/images/dice.alpha +0 -0
- data/vendor/prawn-core/data/images/dice.dat +0 -0
- data/vendor/prawn-core/data/images/dice.png +0 -0
- data/vendor/prawn-core/data/images/dice_interlaced.png +0 -0
- data/vendor/prawn-core/data/images/fractal.jpg +0 -0
- data/vendor/prawn-core/data/images/letterhead.jpg +0 -0
- data/vendor/prawn-core/data/images/page_white_text.alpha +0 -0
- data/vendor/prawn-core/data/images/page_white_text.dat +0 -0
- data/vendor/prawn-core/data/images/page_white_text.png +0 -0
- data/vendor/prawn-core/data/images/pigs.jpg +0 -0
- data/vendor/prawn-core/data/images/rails.dat +0 -0
- data/vendor/prawn-core/data/images/rails.png +0 -0
- data/vendor/prawn-core/data/images/ruport.png +0 -0
- data/vendor/prawn-core/data/images/ruport_data.dat +0 -0
- data/vendor/prawn-core/data/images/ruport_transparent.png +0 -0
- data/vendor/prawn-core/data/images/ruport_type0.png +0 -0
- data/vendor/prawn-core/data/images/stef.jpg +0 -0
- data/vendor/prawn-core/data/images/tru256.bmp +0 -0
- data/vendor/prawn-core/data/images/web-links.dat +0 -1
- data/vendor/prawn-core/data/images/web-links.png +0 -0
- data/vendor/prawn-core/data/shift_jis_text.txt +0 -1
- data/vendor/prawn-core/examples/bounding_box/bounding_boxes.rb +0 -43
- data/vendor/prawn-core/examples/bounding_box/indentation.rb +0 -34
- data/vendor/prawn-core/examples/bounding_box/russian_boxes.rb +0 -36
- data/vendor/prawn-core/examples/bounding_box/stretched_nesting.rb +0 -67
- data/vendor/prawn-core/examples/column_box/column_box_example.rb +0 -43
- data/vendor/prawn-core/examples/example_helper.rb +0 -3
- data/vendor/prawn-core/examples/general/background.rb +0 -23
- data/vendor/prawn-core/examples/general/canvas.rb +0 -15
- data/vendor/prawn-core/examples/general/context_sensitive_headers.rb +0 -37
- data/vendor/prawn-core/examples/general/float.rb +0 -11
- data/vendor/prawn-core/examples/general/margin.rb +0 -36
- data/vendor/prawn-core/examples/general/measurement_units.rb +0 -51
- data/vendor/prawn-core/examples/general/metadata-info.rb +0 -16
- data/vendor/prawn-core/examples/general/multi_page_layout.rb +0 -18
- data/vendor/prawn-core/examples/general/outlines.rb +0 -50
- data/vendor/prawn-core/examples/general/page_geometry.rb +0 -31
- data/vendor/prawn-core/examples/general/page_numbering.rb +0 -15
- data/vendor/prawn-core/examples/general/repeaters.rb +0 -47
- data/vendor/prawn-core/examples/general/stamp.rb +0 -41
- data/vendor/prawn-core/examples/graphics/basic_images.rb +0 -23
- data/vendor/prawn-core/examples/graphics/cmyk.rb +0 -12
- data/vendor/prawn-core/examples/graphics/curves.rb +0 -11
- data/vendor/prawn-core/examples/graphics/hexagon.rb +0 -13
- data/vendor/prawn-core/examples/graphics/image_fit.rb +0 -15
- data/vendor/prawn-core/examples/graphics/image_flow.rb +0 -37
- data/vendor/prawn-core/examples/graphics/image_position.rb +0 -17
- data/vendor/prawn-core/examples/graphics/line.rb +0 -32
- data/vendor/prawn-core/examples/graphics/png_types.rb +0 -22
- data/vendor/prawn-core/examples/graphics/polygons.rb +0 -16
- data/vendor/prawn-core/examples/graphics/remote_images.rb +0 -12
- data/vendor/prawn-core/examples/graphics/rounded_polygons.rb +0 -19
- data/vendor/prawn-core/examples/graphics/rounded_rectangle.rb +0 -20
- data/vendor/prawn-core/examples/graphics/ruport_style_helpers.rb +0 -19
- data/vendor/prawn-core/examples/graphics/stroke_bounds.rb +0 -20
- data/vendor/prawn-core/examples/graphics/stroke_cap_and_join.rb +0 -45
- data/vendor/prawn-core/examples/graphics/stroke_dash.rb +0 -42
- data/vendor/prawn-core/examples/graphics/transformations.rb +0 -52
- data/vendor/prawn-core/examples/graphics/transparency.rb +0 -26
- data/vendor/prawn-core/examples/m17n/chinese_text_wrapping.rb +0 -17
- data/vendor/prawn-core/examples/m17n/euro.rb +0 -15
- data/vendor/prawn-core/examples/m17n/sjis.rb +0 -28
- data/vendor/prawn-core/examples/m17n/utf8.rb +0 -13
- data/vendor/prawn-core/examples/m17n/win_ansi_charset.rb +0 -54
- data/vendor/prawn-core/examples/text/alignment.rb +0 -18
- data/vendor/prawn-core/examples/text/dfont.rb +0 -48
- data/vendor/prawn-core/examples/text/family_based_styling.rb +0 -24
- data/vendor/prawn-core/examples/text/font_calculations.rb +0 -91
- data/vendor/prawn-core/examples/text/font_size.rb +0 -33
- data/vendor/prawn-core/examples/text/indent_paragraphs.rb +0 -18
- data/vendor/prawn-core/examples/text/kerning.rb +0 -30
- data/vendor/prawn-core/examples/text/rotated.rb +0 -98
- data/vendor/prawn-core/examples/text/simple_text.rb +0 -17
- data/vendor/prawn-core/examples/text/simple_text_ttf.rb +0 -17
- data/vendor/prawn-core/examples/text/span.rb +0 -29
- data/vendor/prawn-core/examples/text/text_box.rb +0 -88
- data/vendor/prawn-core/examples/text/text_box_returning_excess.rb +0 -51
- data/vendor/prawn-core/examples/text/text_flow.rb +0 -67
- data/vendor/prawn-core/lib/prawn/byte_string.rb +0 -7
- data/vendor/prawn-core/lib/prawn/compatibility.rb +0 -51
- data/vendor/prawn-core/lib/prawn/core.rb +0 -87
- data/vendor/prawn-core/lib/prawn/core/page.rb +0 -88
- data/vendor/prawn-core/lib/prawn/core/text.rb +0 -65
- data/vendor/prawn-core/lib/prawn/document.rb +0 -596
- data/vendor/prawn-core/lib/prawn/document/annotations.rb +0 -65
- data/vendor/prawn-core/lib/prawn/document/bounding_box.rb +0 -402
- data/vendor/prawn-core/lib/prawn/document/column_box.rb +0 -113
- data/vendor/prawn-core/lib/prawn/document/destinations.rb +0 -92
- data/vendor/prawn-core/lib/prawn/document/graphics_state.rb +0 -49
- data/vendor/prawn-core/lib/prawn/document/internals.rb +0 -153
- data/vendor/prawn-core/lib/prawn/document/page_geometry.rb +0 -136
- data/vendor/prawn-core/lib/prawn/document/snapshot.rb +0 -80
- data/vendor/prawn-core/lib/prawn/document/span.rb +0 -55
- data/vendor/prawn-core/lib/prawn/encoding.rb +0 -121
- data/vendor/prawn-core/lib/prawn/errors.rb +0 -83
- data/vendor/prawn-core/lib/prawn/font.rb +0 -329
- data/vendor/prawn-core/lib/prawn/font/afm.rb +0 -217
- data/vendor/prawn-core/lib/prawn/font/dfont.rb +0 -34
- data/vendor/prawn-core/lib/prawn/font/ttf.rb +0 -341
- data/vendor/prawn-core/lib/prawn/graphics.rb +0 -321
- data/vendor/prawn-core/lib/prawn/graphics/cap_style.rb +0 -38
- data/vendor/prawn-core/lib/prawn/graphics/color.rb +0 -205
- data/vendor/prawn-core/lib/prawn/graphics/dash.rb +0 -71
- data/vendor/prawn-core/lib/prawn/graphics/join_style.rb +0 -38
- data/vendor/prawn-core/lib/prawn/graphics/transformation.rb +0 -157
- data/vendor/prawn-core/lib/prawn/graphics/transparency.rb +0 -99
- data/vendor/prawn-core/lib/prawn/images.rb +0 -337
- data/vendor/prawn-core/lib/prawn/images/jpg.rb +0 -46
- data/vendor/prawn-core/lib/prawn/images/png.rb +0 -219
- data/vendor/prawn-core/lib/prawn/literal_string.rb +0 -14
- data/vendor/prawn-core/lib/prawn/measurement_extensions.rb +0 -46
- data/vendor/prawn-core/lib/prawn/measurements.rb +0 -71
- data/vendor/prawn-core/lib/prawn/name_tree.rb +0 -166
- data/vendor/prawn-core/lib/prawn/object_store.rb +0 -93
- data/vendor/prawn-core/lib/prawn/outline.rb +0 -278
- data/vendor/prawn-core/lib/prawn/pdf_object.rb +0 -83
- data/vendor/prawn-core/lib/prawn/reference.rb +0 -92
- data/vendor/prawn-core/lib/prawn/repeater.rb +0 -129
- data/vendor/prawn-core/lib/prawn/stamp.rb +0 -128
- data/vendor/prawn-core/lib/prawn/text.rb +0 -271
- data/vendor/prawn-core/lib/prawn/text/box.rb +0 -414
- data/vendor/prawn-core/meta/Rakefile +0 -36
- data/vendor/prawn-core/meta/lib/prawn.rb +0 -2
- data/vendor/prawn-core/reference_pdfs/alignment.pdf +0 -229
- data/vendor/prawn-core/reference_pdfs/background.pdf +0 -0
- data/vendor/prawn-core/reference_pdfs/basic_images.pdf +0 -0
- data/vendor/prawn-core/reference_pdfs/bounding_boxes.pdf +0 -128
- data/vendor/prawn-core/reference_pdfs/canvas.pdf +0 -78
- data/vendor/prawn-core/reference_pdfs/chinese_flow.pdf +0 -0
- data/vendor/prawn-core/reference_pdfs/cmyk.pdf +0 -0
- data/vendor/prawn-core/reference_pdfs/column_box.pdf +0 -3671
- data/vendor/prawn-core/reference_pdfs/context_sensitive_headers.pdf +0 -2331
- data/vendor/prawn-core/reference_pdfs/curves.pdf +0 -62
- data/vendor/prawn-core/reference_pdfs/dfont.pdf +0 -0
- data/vendor/prawn-core/reference_pdfs/euro.pdf +0 -75
- data/vendor/prawn-core/reference_pdfs/family_style.pdf +0 -286
- data/vendor/prawn-core/reference_pdfs/flow.pdf +0 -964
- data/vendor/prawn-core/reference_pdfs/font_calculations.pdf +0 -0
- data/vendor/prawn-core/reference_pdfs/font_size.pdf +0 -142
- data/vendor/prawn-core/reference_pdfs/hexagon.pdf +0 -61
- data/vendor/prawn-core/reference_pdfs/image-flow.pdf +0 -0
- data/vendor/prawn-core/reference_pdfs/image_fit.pdf +0 -0
- data/vendor/prawn-core/reference_pdfs/image_position.pdf +0 -0
- data/vendor/prawn-core/reference_pdfs/indentation.pdf +0 -124
- data/vendor/prawn-core/reference_pdfs/kerning.pdf +0 -0
- data/vendor/prawn-core/reference_pdfs/landscape_a4.pdf +0 -52
- data/vendor/prawn-core/reference_pdfs/landscape_legal.pdf +0 -52
- data/vendor/prawn-core/reference_pdfs/landscape_letter.pdf +0 -52
- data/vendor/prawn-core/reference_pdfs/lines.pdf +0 -116
- data/vendor/prawn-core/reference_pdfs/margin.pdf +0 -3850
- data/vendor/prawn-core/reference_pdfs/measurement_units.pdf +0 -4667
- data/vendor/prawn-core/reference_pdfs/metadata-info.pdf +0 -88
- data/vendor/prawn-core/reference_pdfs/multi-layout.pdf +0 -209
- data/vendor/prawn-core/reference_pdfs/page_with_numbering.pdf +0 -156
- data/vendor/prawn-core/reference_pdfs/png_types.pdf +0 -0
- data/vendor/prawn-core/reference_pdfs/portrait_a4.pdf +0 -52
- data/vendor/prawn-core/reference_pdfs/portrait_legal.pdf +0 -52
- data/vendor/prawn-core/reference_pdfs/portrait_letter.pdf +0 -52
- data/vendor/prawn-core/reference_pdfs/pretty_polygons.pdf +0 -122
- data/vendor/prawn-core/reference_pdfs/remote_images.pdf +0 -0
- data/vendor/prawn-core/reference_pdfs/ruport.pdf +0 -101
- data/vendor/prawn-core/reference_pdfs/russian_boxes.pdf +0 -2780
- data/vendor/prawn-core/reference_pdfs/simple_text.pdf +0 -136
- data/vendor/prawn-core/reference_pdfs/simple_text_ttf.pdf +0 -0
- data/vendor/prawn-core/reference_pdfs/sjis.pdf +0 -0
- data/vendor/prawn-core/reference_pdfs/span.pdf +0 -1975
- data/vendor/prawn-core/reference_pdfs/stamp.pdf +0 -649
- data/vendor/prawn-core/reference_pdfs/stretched_nesting.pdf +0 -200
- data/vendor/prawn-core/reference_pdfs/stroke_bounds.pdf +0 -135
- data/vendor/prawn-core/reference_pdfs/stroke_cap_and_join.pdf +0 -80
- data/vendor/prawn-core/reference_pdfs/stroke_dash.pdf +0 -457
- data/vendor/prawn-core/reference_pdfs/text_box.pdf +0 -962
- data/vendor/prawn-core/reference_pdfs/text_box_returning_excess.pdf +0 -271
- data/vendor/prawn-core/reference_pdfs/transparency.pdf +0 -347
- data/vendor/prawn-core/reference_pdfs/utf8.pdf +0 -0
- data/vendor/prawn-core/reference_pdfs/win-ansi.pdf +0 -6172
- data/vendor/prawn-core/spec/annotations_spec.rb +0 -90
- data/vendor/prawn-core/spec/bounding_box_spec.rb +0 -185
- data/vendor/prawn-core/spec/destinations_spec.rb +0 -15
- data/vendor/prawn-core/spec/document_spec.rb +0 -408
- data/vendor/prawn-core/spec/font_spec.rb +0 -314
- data/vendor/prawn-core/spec/graphics_spec.rb +0 -438
- data/vendor/prawn-core/spec/images_spec.rb +0 -79
- data/vendor/prawn-core/spec/jpg_spec.rb +0 -25
- data/vendor/prawn-core/spec/measurement_units_spec.rb +0 -23
- data/vendor/prawn-core/spec/name_tree_spec.rb +0 -112
- data/vendor/prawn-core/spec/object_store_spec.rb +0 -75
- data/vendor/prawn-core/spec/outline_spec.rb +0 -229
- data/vendor/prawn-core/spec/pdf_object_spec.rb +0 -122
- data/vendor/prawn-core/spec/png_spec.rb +0 -236
- data/vendor/prawn-core/spec/reference_spec.rb +0 -82
- data/vendor/prawn-core/spec/repeater_spec.rb +0 -96
- data/vendor/prawn-core/spec/snapshot_spec.rb +0 -138
- data/vendor/prawn-core/spec/span_spec.rb +0 -49
- data/vendor/prawn-core/spec/spec_helper.rb +0 -24
- data/vendor/prawn-core/spec/stamp_spec.rb +0 -108
- data/vendor/prawn-core/spec/stroke_styles_spec.rb +0 -152
- data/vendor/prawn-core/spec/text_at_spec.rb +0 -119
- data/vendor/prawn-core/spec/text_box_spec.rb +0 -603
- data/vendor/prawn-core/spec/text_spec.rb +0 -308
- data/vendor/prawn-core/spec/transparency_spec.rb +0 -75
- data/vendor/prawn-core/vendor/pdf-inspector/README +0 -18
- data/vendor/prawn-core/vendor/pdf-inspector/lib/pdf/inspector.rb +0 -26
- data/vendor/prawn-core/vendor/pdf-inspector/lib/pdf/inspector/extgstate.rb +0 -18
- data/vendor/prawn-core/vendor/pdf-inspector/lib/pdf/inspector/graphics.rb +0 -131
- data/vendor/prawn-core/vendor/pdf-inspector/lib/pdf/inspector/page.rb +0 -25
- data/vendor/prawn-core/vendor/pdf-inspector/lib/pdf/inspector/text.rb +0 -31
- data/vendor/prawn-core/vendor/pdf-inspector/lib/pdf/inspector/xobject.rb +0 -19
- data/vendor/prawn-core/vendor/ttfunk/data/fonts/DejaVuSans.ttf +0 -0
- data/vendor/prawn-core/vendor/ttfunk/data/fonts/comicsans.ttf +0 -0
- data/vendor/prawn-core/vendor/ttfunk/example.rb +0 -45
- data/vendor/prawn-core/vendor/ttfunk/lib/ttfunk.rb +0 -102
- data/vendor/prawn-core/vendor/ttfunk/lib/ttfunk/directory.rb +0 -17
- data/vendor/prawn-core/vendor/ttfunk/lib/ttfunk/encoding/mac_roman.rb +0 -88
- data/vendor/prawn-core/vendor/ttfunk/lib/ttfunk/encoding/windows_1252.rb +0 -69
- data/vendor/prawn-core/vendor/ttfunk/lib/ttfunk/reader.rb +0 -44
- data/vendor/prawn-core/vendor/ttfunk/lib/ttfunk/resource_file.rb +0 -78
- data/vendor/prawn-core/vendor/ttfunk/lib/ttfunk/subset.rb +0 -18
- data/vendor/prawn-core/vendor/ttfunk/lib/ttfunk/subset/base.rb +0 -141
- data/vendor/prawn-core/vendor/ttfunk/lib/ttfunk/subset/mac_roman.rb +0 -46
- data/vendor/prawn-core/vendor/ttfunk/lib/ttfunk/subset/unicode.rb +0 -48
- data/vendor/prawn-core/vendor/ttfunk/lib/ttfunk/subset/unicode_8bit.rb +0 -63
- data/vendor/prawn-core/vendor/ttfunk/lib/ttfunk/subset/windows_1252.rb +0 -51
- data/vendor/prawn-core/vendor/ttfunk/lib/ttfunk/subset_collection.rb +0 -72
- data/vendor/prawn-core/vendor/ttfunk/lib/ttfunk/table.rb +0 -46
- data/vendor/prawn-core/vendor/ttfunk/lib/ttfunk/table/cmap.rb +0 -34
- data/vendor/prawn-core/vendor/ttfunk/lib/ttfunk/table/cmap/format00.rb +0 -54
- data/vendor/prawn-core/vendor/ttfunk/lib/ttfunk/table/cmap/format04.rb +0 -126
- data/vendor/prawn-core/vendor/ttfunk/lib/ttfunk/table/cmap/subtable.rb +0 -79
- data/vendor/prawn-core/vendor/ttfunk/lib/ttfunk/table/glyf.rb +0 -64
- data/vendor/prawn-core/vendor/ttfunk/lib/ttfunk/table/glyf/compound.rb +0 -81
- data/vendor/prawn-core/vendor/ttfunk/lib/ttfunk/table/glyf/simple.rb +0 -37
- data/vendor/prawn-core/vendor/ttfunk/lib/ttfunk/table/head.rb +0 -44
- data/vendor/prawn-core/vendor/ttfunk/lib/ttfunk/table/hhea.rb +0 -41
- data/vendor/prawn-core/vendor/ttfunk/lib/ttfunk/table/hmtx.rb +0 -47
- data/vendor/prawn-core/vendor/ttfunk/lib/ttfunk/table/kern.rb +0 -79
- data/vendor/prawn-core/vendor/ttfunk/lib/ttfunk/table/kern/format0.rb +0 -62
- data/vendor/prawn-core/vendor/ttfunk/lib/ttfunk/table/loca.rb +0 -43
- data/vendor/prawn-core/vendor/ttfunk/lib/ttfunk/table/maxp.rb +0 -40
- data/vendor/prawn-core/vendor/ttfunk/lib/ttfunk/table/name.rb +0 -119
- data/vendor/prawn-core/vendor/ttfunk/lib/ttfunk/table/os2.rb +0 -78
- data/vendor/prawn-core/vendor/ttfunk/lib/ttfunk/table/post.rb +0 -91
- data/vendor/prawn-core/vendor/ttfunk/lib/ttfunk/table/post/format10.rb +0 -43
- data/vendor/prawn-core/vendor/ttfunk/lib/ttfunk/table/post/format20.rb +0 -35
- data/vendor/prawn-core/vendor/ttfunk/lib/ttfunk/table/post/format25.rb +0 -23
- data/vendor/prawn-core/vendor/ttfunk/lib/ttfunk/table/post/format30.rb +0 -17
- data/vendor/prawn-core/vendor/ttfunk/lib/ttfunk/table/post/format40.rb +0 -17
- data/vendor/prawn-core/vendor/ttfunk/lib/ttfunk/table/simple.rb +0 -14
- data/vendor/prawn-core/www/index.html +0 -196
- data/vendor/prawn-core/www/media/bounding_boxes.pdf +0 -146
- data/vendor/prawn-core/www/media/bounding_boxes.png +0 -0
- data/vendor/prawn-core/www/media/bounding_boxes_out.png +0 -0
- data/vendor/prawn-core/www/media/fancy_table.pdf +0 -350
- data/vendor/prawn-core/www/media/image.pdf +0 -0
- data/vendor/prawn-core/www/media/images.png +0 -0
- data/vendor/prawn-core/www/media/prawn_logo.png +0 -0
- data/vendor/prawn-core/www/media/tables.png +0 -0
- data/vendor/prawn-core/www/media/utf8.pdf +0 -0
- data/vendor/prawn-core/www/media/utf8.png +0 -0
- data/vendor/prawn-core/www/prawn-Chinese.html +0 -113
- data/vendor/prawn-core/www/prawn.css +0 -86
- data/vendor/prawn-core/www/twilight.css +0 -266
@@ -1,86 +0,0 @@
|
|
1
|
-
* {
|
2
|
-
margin: 0;
|
3
|
-
padding: 0;
|
4
|
-
}
|
5
|
-
|
6
|
-
body {
|
7
|
-
font: Verdana, "Lucida Grande", "Lucida Sans", sans-serif;
|
8
|
-
background-color: #000000;
|
9
|
-
color: #ffffff;
|
10
|
-
margin-bottom: 1em;
|
11
|
-
}
|
12
|
-
|
13
|
-
h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
|
14
|
-
margin: 1em 0;
|
15
|
-
}
|
16
|
-
h2 {
|
17
|
-
font-size: 1.75em;
|
18
|
-
}
|
19
|
-
|
20
|
-
h2, h3 {
|
21
|
-
color: #00bb77;
|
22
|
-
}
|
23
|
-
|
24
|
-
h1 {
|
25
|
-
color: #bb5566;
|
26
|
-
font-size: 1.1em;
|
27
|
-
margin-top: 0.5em;
|
28
|
-
}
|
29
|
-
|
30
|
-
a {
|
31
|
-
color: #ffffff;
|
32
|
-
text-decoration: none;
|
33
|
-
outline: none;
|
34
|
-
}
|
35
|
-
|
36
|
-
a:visited {
|
37
|
-
color: #ffffff;
|
38
|
-
}
|
39
|
-
|
40
|
-
a:hover, a:active {
|
41
|
-
color: #2299ff;
|
42
|
-
}
|
43
|
-
|
44
|
-
a img {
|
45
|
-
border:none;
|
46
|
-
}
|
47
|
-
|
48
|
-
#contents {
|
49
|
-
background-color: #101010;
|
50
|
-
width: 740px;
|
51
|
-
margin: 0 auto;
|
52
|
-
border: 1px solid #fff;
|
53
|
-
margin-top: 1em;
|
54
|
-
padding: 1em 1em 1em 3em;
|
55
|
-
}
|
56
|
-
|
57
|
-
#sidebar {
|
58
|
-
width: 180px;
|
59
|
-
float: right;
|
60
|
-
padding: 2em 2em 2em 0;
|
61
|
-
font-size: 1.2em;
|
62
|
-
}
|
63
|
-
|
64
|
-
|
65
|
-
#screenshots {
|
66
|
-
margin-top: 2em;
|
67
|
-
float: right;
|
68
|
-
}
|
69
|
-
|
70
|
-
ul {
|
71
|
-
text-align: center;
|
72
|
-
float: right;
|
73
|
-
}
|
74
|
-
|
75
|
-
li {
|
76
|
-
display: inline;
|
77
|
-
border-top: 1px solid #fff;
|
78
|
-
border-right: 1px solid #fff;
|
79
|
-
border-bottom: 1px solid #666;
|
80
|
-
border-left: 1px solid #666;
|
81
|
-
margin-right: 5px;
|
82
|
-
padding-left: 10px;
|
83
|
-
padding-right: 10px;
|
84
|
-
color: #fff;
|
85
|
-
font-weight: bold;
|
86
|
-
}
|
@@ -1,266 +0,0 @@
|
|
1
|
-
/* I stole this from pastie.org.
|
2
|
-
But I doubt they will care since they stole it from TextMate */
|
3
|
-
|
4
|
-
/* Stylesheet generated from TextMate theme
|
5
|
-
*
|
6
|
-
* Twilight
|
7
|
-
*
|
8
|
-
*
|
9
|
-
*/
|
10
|
-
|
11
|
-
/* Mostly to improve view within the TextMate HTML viewer */
|
12
|
-
body {
|
13
|
-
margin: 0;
|
14
|
-
padding: 0;
|
15
|
-
}
|
16
|
-
|
17
|
-
pre.textmate-source {
|
18
|
-
padding: 0;
|
19
|
-
line-height: 1.3em;
|
20
|
-
word-wrap: break-word;
|
21
|
-
}
|
22
|
-
|
23
|
-
pre.textmate-source {
|
24
|
-
color: #F8F8F8;
|
25
|
-
background-color: #101010;
|
26
|
-
}
|
27
|
-
|
28
|
-
#content
|
29
|
-
{
|
30
|
-
background-color: #101010;
|
31
|
-
border-color:#ddd;
|
32
|
-
}
|
33
|
-
|
34
|
-
#content h2 { color:#eee; }
|
35
|
-
#content hr { color:#333; }
|
36
|
-
#content hr { height:0px; border:0; border-top:1px solid #333; }
|
37
|
-
|
38
|
-
pre.textmate-source .linenum {
|
39
|
-
width: 75px;
|
40
|
-
padding: 0.1em 1em 0.2em 0;
|
41
|
-
color: #888;
|
42
|
-
background-color: #eee;
|
43
|
-
}
|
44
|
-
pre.textmate-source span {
|
45
|
-
padding-top: 0.2em;
|
46
|
-
padding-bottom: 0.1em;
|
47
|
-
}
|
48
|
-
pre.textmate-source ::selection {
|
49
|
-
background-color: rgba(221, 240, 255, 0.20);
|
50
|
-
}
|
51
|
-
/* Comment */
|
52
|
-
pre.textmate-source .comment {
|
53
|
-
color: #5F5A60;
|
54
|
-
font-style: italic;
|
55
|
-
}
|
56
|
-
|
57
|
-
/* Constant */
|
58
|
-
pre.textmate-source .constant {
|
59
|
-
color: #CF6A4C;
|
60
|
-
}
|
61
|
-
|
62
|
-
/* Entity */
|
63
|
-
pre.textmate-source .entity {
|
64
|
-
color: #9B703F;
|
65
|
-
}
|
66
|
-
|
67
|
-
/* Keyword */
|
68
|
-
pre.textmate-source .keyword {
|
69
|
-
color: #CDA869;
|
70
|
-
}
|
71
|
-
|
72
|
-
/* Storage */
|
73
|
-
pre.textmate-source .storage {
|
74
|
-
color: #F9EE98;
|
75
|
-
}
|
76
|
-
|
77
|
-
/* String */
|
78
|
-
pre.textmate-source .string {
|
79
|
-
color: #8F9D6A;
|
80
|
-
}
|
81
|
-
|
82
|
-
/* Support */
|
83
|
-
pre.textmate-source .support {
|
84
|
-
color: #9B859D;
|
85
|
-
}
|
86
|
-
|
87
|
-
/* Variable */
|
88
|
-
pre.textmate-source .variable {
|
89
|
-
color: #7587A6;
|
90
|
-
}
|
91
|
-
|
92
|
-
/* Invalid – Deprecated */
|
93
|
-
pre.textmate-source .invalid_deprecated {
|
94
|
-
color: #D2A8A1;
|
95
|
-
font-style: italic;
|
96
|
-
text-decoration: underline;
|
97
|
-
}
|
98
|
-
|
99
|
-
/* Invalid – Illegal */
|
100
|
-
pre.textmate-source .invalid_illegal {
|
101
|
-
color: #F8F8F8;
|
102
|
-
background-color: rgba(86, 45, 86, 0.75);
|
103
|
-
}
|
104
|
-
|
105
|
-
/* ♦ Embedded Source */
|
106
|
-
pre.textmate-source .text .source {
|
107
|
-
background-color: rgba(176, 179, 186, 0.08);
|
108
|
-
}
|
109
|
-
|
110
|
-
/* ♦ Embedded Source (Bright) */
|
111
|
-
pre.textmate-source .text_html_ruby .source {
|
112
|
-
background-color: rgba(177, 179, 186, 0.13);
|
113
|
-
}
|
114
|
-
|
115
|
-
/* ♦ Entity inherited-class */
|
116
|
-
pre.textmate-source .entity_other_inherited-class {
|
117
|
-
color: #9B5C2E;
|
118
|
-
font-style: italic;
|
119
|
-
}
|
120
|
-
|
121
|
-
/* ♦ String embedded-source */
|
122
|
-
pre.textmate-source .string_quoted .source {
|
123
|
-
color: #DAEFA3;
|
124
|
-
}
|
125
|
-
|
126
|
-
/* ♦ String constant */
|
127
|
-
pre.textmate-source .string .constant {
|
128
|
-
color: #DDF2A4;
|
129
|
-
}
|
130
|
-
|
131
|
-
/* ♦ String.regexp */
|
132
|
-
pre.textmate-source .string_regexp {
|
133
|
-
color: #E9C062;
|
134
|
-
}
|
135
|
-
|
136
|
-
/* ♦ String.regexp.«special» */
|
137
|
-
pre.textmate-source .string_regexp .constant_character_escaped, pre.textmate-source .string_regexp .source_ruby_embedded, pre.textmate-source .string_regexp .string_regexp_arbitrary-repitition {
|
138
|
-
color: #CF7D34;
|
139
|
-
}
|
140
|
-
|
141
|
-
/* ♦ String variable */
|
142
|
-
pre.textmate-source .string .variable {
|
143
|
-
color: #8A9A95;
|
144
|
-
}
|
145
|
-
|
146
|
-
/* ♦ Support.function */
|
147
|
-
pre.textmate-source .support_function {
|
148
|
-
color: #DAD085;
|
149
|
-
}
|
150
|
-
|
151
|
-
/* ♦ Support.constant */
|
152
|
-
pre.textmate-source .support_constant {
|
153
|
-
color: #CF6A4C;
|
154
|
-
}
|
155
|
-
|
156
|
-
/* c C/C++ Preprocessor Line */
|
157
|
-
pre.textmate-source .other_preprocessor_c {
|
158
|
-
color: #8996A8;
|
159
|
-
}
|
160
|
-
|
161
|
-
/* c C/C++ Preprocessor Directive */
|
162
|
-
pre.textmate-source .other_preprocessor_c .entity {
|
163
|
-
color: #AFC4DB;
|
164
|
-
}
|
165
|
-
|
166
|
-
/* ✘ Doctype/XML Processing */
|
167
|
-
pre.textmate-source .meta_tag_sgml_doctype, pre.textmate-source .meta_tag_sgml_doctype .entity, pre.textmate-source .meta_tag_sgml_doctype .string, pre.textmate-source .meta_tag_preprocessor_xml, pre.textmate-source .meta_tag_preprocessor_xml .entity, pre.textmate-source .meta_tag_preprocessor_xml .string {
|
168
|
-
color: #494949;
|
169
|
-
}
|
170
|
-
|
171
|
-
/* ✘ Meta.tag.«all» */
|
172
|
-
pre.textmate-source .declaration_tag, pre.textmate-source .declaration_tag .entity, pre.textmate-source .meta_tag, pre.textmate-source .meta_tag .entity {
|
173
|
-
color: #AC885B;
|
174
|
-
}
|
175
|
-
|
176
|
-
/* ✘ Meta.tag.inline */
|
177
|
-
pre.textmate-source .declaration_tag_inline, pre.textmate-source .declaration_tag_inline .entity, pre.textmate-source .source .entity_name_tag, pre.textmate-source .source .entity_other_attribute-name, pre.textmate-source .meta_tag_inline, pre.textmate-source .meta_tag_inline .entity {
|
178
|
-
color: #E0C589;
|
179
|
-
}
|
180
|
-
|
181
|
-
/* § css tag-name */
|
182
|
-
pre.textmate-source .meta_selector_css .entity_name_tag {
|
183
|
-
color: #CDA869;
|
184
|
-
}
|
185
|
-
|
186
|
-
/* § css:pseudo-class */
|
187
|
-
pre.textmate-source .meta_selector_css .entity_other_attribute-name_tag_pseudo-class {
|
188
|
-
color: #8F9D6A;
|
189
|
-
}
|
190
|
-
|
191
|
-
/* § css#id */
|
192
|
-
pre.textmate-source .meta_selector_css .entity_other_attribute-name_id {
|
193
|
-
color: #8B98AB;
|
194
|
-
}
|
195
|
-
|
196
|
-
/* § css.class */
|
197
|
-
pre.textmate-source .meta_selector_css .entity_other_attribute-name_class {
|
198
|
-
color: #9B703F;
|
199
|
-
}
|
200
|
-
|
201
|
-
/* § css property-name: */
|
202
|
-
pre.textmate-source .support_type_property-name_css {
|
203
|
-
color: #C5AF75;
|
204
|
-
}
|
205
|
-
|
206
|
-
/* § css property-value; */
|
207
|
-
pre.textmate-source .meta_property-group .support_constant_property-value_css, pre.textmate-source .meta_property-value .support_constant_property-value_css {
|
208
|
-
color: #F9EE98;
|
209
|
-
}
|
210
|
-
|
211
|
-
/* § css @at-rule */
|
212
|
-
pre.textmate-source .meta_preprocessor_at-rule .keyword_control_at-rule {
|
213
|
-
color: #8693A5;
|
214
|
-
}
|
215
|
-
|
216
|
-
/* § css additional-constants */
|
217
|
-
pre.textmate-source .meta_property-value .support_constant_named-color_css, pre.textmate-source .meta_property-value .constant {
|
218
|
-
color: #CA7840;
|
219
|
-
}
|
220
|
-
|
221
|
-
/* § css constructor.argument */
|
222
|
-
pre.textmate-source .meta_constructor_argument_css {
|
223
|
-
color: #8F9D6A;
|
224
|
-
}
|
225
|
-
|
226
|
-
/* ⎇ diff.header */
|
227
|
-
pre.textmate-source .meta_diff, pre.textmate-source .meta_diff_header {
|
228
|
-
color: #F8F8F8;
|
229
|
-
font-style: italic;
|
230
|
-
background-color: #0E2231;
|
231
|
-
}
|
232
|
-
|
233
|
-
/* ⎇ diff.deleted */
|
234
|
-
pre.textmate-source .markup_deleted {
|
235
|
-
color: #F8F8F8;
|
236
|
-
background-color: #420E09;
|
237
|
-
}
|
238
|
-
|
239
|
-
/* ⎇ diff.changed */
|
240
|
-
pre.textmate-source .markup_changed {
|
241
|
-
color: #F8F8F8;
|
242
|
-
background-color: #4A410D;
|
243
|
-
}
|
244
|
-
|
245
|
-
/* ⎇ diff.inserted */
|
246
|
-
pre.textmate-source .markup_inserted {
|
247
|
-
color: #F8F8F8;
|
248
|
-
background-color: #253B22;
|
249
|
-
}
|
250
|
-
|
251
|
-
/* Markup: List */
|
252
|
-
pre.textmate-source .markup_list {
|
253
|
-
color: #F9EE98;
|
254
|
-
}
|
255
|
-
|
256
|
-
/* Markup: Heading */
|
257
|
-
pre.textmate-source .markup_heading {
|
258
|
-
color: #CF6A4C;
|
259
|
-
}
|
260
|
-
|
261
|
-
/* Customizations */
|
262
|
-
pre.textmate-source {
|
263
|
-
font-family: 'Monaco','Monospace','Courier New','Courier',monospace;
|
264
|
-
margin-left: 2em;
|
265
|
-
line-height: 1.2em;
|
266
|
-
}
|