hexapdf 0.17.1 → 0.17.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (255) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +1024 -0
  3. data/LICENSE +29 -0
  4. data/README.md +129 -0
  5. data/Rakefile +109 -0
  6. data/agpl-3.0.txt +661 -0
  7. data/examples/001-hello_world.rb +16 -0
  8. data/examples/002-graphics.rb +275 -0
  9. data/examples/003-arcs.rb +50 -0
  10. data/examples/004-optimizing.rb +23 -0
  11. data/examples/005-merging.rb +27 -0
  12. data/examples/006-standard_pdf_fonts.rb +73 -0
  13. data/examples/007-truetype.rb +42 -0
  14. data/examples/008-show_char_bboxes.rb +55 -0
  15. data/examples/009-text_layouter_alignment.rb +47 -0
  16. data/examples/010-text_layouter_inline_boxes.rb +64 -0
  17. data/examples/011-text_layouter_line_wrapping.rb +57 -0
  18. data/examples/012-text_layouter_styling.rb +122 -0
  19. data/examples/013-text_layouter_shapes.rb +176 -0
  20. data/examples/014-text_in_polygon.rb +60 -0
  21. data/examples/015-boxes.rb +76 -0
  22. data/examples/016-frame_automatic_box_placement.rb +90 -0
  23. data/examples/017-frame_text_flow.rb +60 -0
  24. data/examples/018-composer.rb +44 -0
  25. data/examples/019-acro_form.rb +88 -0
  26. data/examples/emoji-smile.png +0 -0
  27. data/examples/emoji-wink.png +0 -0
  28. data/examples/machupicchu.jpg +0 -0
  29. data/lib/hexapdf/content/graphic_object/endpoint_arc.rb +66 -0
  30. data/lib/hexapdf/content/graphic_object/geom2d.rb +13 -0
  31. data/lib/hexapdf/version.rb +1 -1
  32. data/test/data/aes-test-vectors/CBCGFSbox-128-decrypt.data.gz +0 -0
  33. data/test/data/aes-test-vectors/CBCGFSbox-128-encrypt.data.gz +0 -0
  34. data/test/data/aes-test-vectors/CBCGFSbox-192-decrypt.data.gz +0 -0
  35. data/test/data/aes-test-vectors/CBCGFSbox-192-encrypt.data.gz +0 -0
  36. data/test/data/aes-test-vectors/CBCGFSbox-256-decrypt.data.gz +0 -0
  37. data/test/data/aes-test-vectors/CBCGFSbox-256-encrypt.data.gz +0 -0
  38. data/test/data/aes-test-vectors/CBCKeySbox-128-decrypt.data.gz +0 -0
  39. data/test/data/aes-test-vectors/CBCKeySbox-128-encrypt.data.gz +0 -0
  40. data/test/data/aes-test-vectors/CBCKeySbox-192-decrypt.data.gz +0 -0
  41. data/test/data/aes-test-vectors/CBCKeySbox-192-encrypt.data.gz +0 -0
  42. data/test/data/aes-test-vectors/CBCKeySbox-256-decrypt.data.gz +0 -0
  43. data/test/data/aes-test-vectors/CBCKeySbox-256-encrypt.data.gz +0 -0
  44. data/test/data/aes-test-vectors/CBCVarKey-128-decrypt.data.gz +0 -0
  45. data/test/data/aes-test-vectors/CBCVarKey-128-encrypt.data.gz +0 -0
  46. data/test/data/aes-test-vectors/CBCVarKey-192-decrypt.data.gz +0 -0
  47. data/test/data/aes-test-vectors/CBCVarKey-192-encrypt.data.gz +0 -0
  48. data/test/data/aes-test-vectors/CBCVarKey-256-decrypt.data.gz +0 -0
  49. data/test/data/aes-test-vectors/CBCVarKey-256-encrypt.data.gz +0 -0
  50. data/test/data/aes-test-vectors/CBCVarTxt-128-decrypt.data.gz +0 -0
  51. data/test/data/aes-test-vectors/CBCVarTxt-128-encrypt.data.gz +0 -0
  52. data/test/data/aes-test-vectors/CBCVarTxt-192-decrypt.data.gz +0 -0
  53. data/test/data/aes-test-vectors/CBCVarTxt-192-encrypt.data.gz +0 -0
  54. data/test/data/aes-test-vectors/CBCVarTxt-256-decrypt.data.gz +0 -0
  55. data/test/data/aes-test-vectors/CBCVarTxt-256-encrypt.data.gz +0 -0
  56. data/test/data/fonts/Ubuntu-Title.ttf +0 -0
  57. data/test/data/images/cmyk.jpg +0 -0
  58. data/test/data/images/fillbytes.jpg +0 -0
  59. data/test/data/images/gray.jpg +0 -0
  60. data/test/data/images/greyscale-1bit.png +0 -0
  61. data/test/data/images/greyscale-2bit.png +0 -0
  62. data/test/data/images/greyscale-4bit.png +0 -0
  63. data/test/data/images/greyscale-8bit.png +0 -0
  64. data/test/data/images/greyscale-alpha-8bit.png +0 -0
  65. data/test/data/images/greyscale-trns-8bit.png +0 -0
  66. data/test/data/images/greyscale-with-gamma1.0.png +0 -0
  67. data/test/data/images/greyscale-with-gamma1.5.png +0 -0
  68. data/test/data/images/indexed-1bit.png +0 -0
  69. data/test/data/images/indexed-2bit.png +0 -0
  70. data/test/data/images/indexed-4bit.png +0 -0
  71. data/test/data/images/indexed-8bit.png +0 -0
  72. data/test/data/images/indexed-alpha-4bit.png +0 -0
  73. data/test/data/images/indexed-alpha-8bit.png +0 -0
  74. data/test/data/images/rgb.jpg +0 -0
  75. data/test/data/images/truecolour-8bit.png +0 -0
  76. data/test/data/images/truecolour-alpha-8bit.png +0 -0
  77. data/test/data/images/truecolour-gama-chrm-8bit.png +0 -0
  78. data/test/data/images/truecolour-srgb-8bit.png +0 -0
  79. data/test/data/images/ycck.jpg +0 -0
  80. data/test/data/minimal.pdf +44 -0
  81. data/test/data/standard-security-handler/README +9 -0
  82. data/test/data/standard-security-handler/bothpwd-aes-128bit-V4.pdf +44 -0
  83. data/test/data/standard-security-handler/bothpwd-aes-256bit-V5.pdf +0 -0
  84. data/test/data/standard-security-handler/bothpwd-arc4-128bit-V2.pdf +43 -0
  85. data/test/data/standard-security-handler/bothpwd-arc4-128bit-V4.pdf +43 -0
  86. data/test/data/standard-security-handler/bothpwd-arc4-40bit-V1.pdf +0 -0
  87. data/test/data/standard-security-handler/nopwd-aes-128bit-V4.pdf +43 -0
  88. data/test/data/standard-security-handler/nopwd-aes-256bit-V5.pdf +0 -0
  89. data/test/data/standard-security-handler/nopwd-arc4-128bit-V2.pdf +43 -0
  90. data/test/data/standard-security-handler/nopwd-arc4-128bit-V4.pdf +43 -0
  91. data/test/data/standard-security-handler/nopwd-arc4-40bit-V1.pdf +43 -0
  92. data/test/data/standard-security-handler/ownerpwd-aes-128bit-V4.pdf +0 -0
  93. data/test/data/standard-security-handler/ownerpwd-aes-256bit-V5.pdf +43 -0
  94. data/test/data/standard-security-handler/ownerpwd-arc4-128bit-V2.pdf +43 -0
  95. data/test/data/standard-security-handler/ownerpwd-arc4-128bit-V4.pdf +43 -0
  96. data/test/data/standard-security-handler/ownerpwd-arc4-40bit-V1.pdf +43 -0
  97. data/test/data/standard-security-handler/userpwd-aes-128bit-V4.pdf +43 -0
  98. data/test/data/standard-security-handler/userpwd-aes-256bit-V5.pdf +43 -0
  99. data/test/data/standard-security-handler/userpwd-arc4-128bit-V2.pdf +0 -0
  100. data/test/data/standard-security-handler/userpwd-arc4-128bit-V4.pdf +0 -0
  101. data/test/data/standard-security-handler/userpwd-arc4-40bit-V1.pdf +43 -0
  102. data/test/hexapdf/common_tokenizer_tests.rb +236 -0
  103. data/test/hexapdf/content/common.rb +39 -0
  104. data/test/hexapdf/content/graphic_object/test_arc.rb +102 -0
  105. data/test/hexapdf/content/graphic_object/test_endpoint_arc.rb +90 -0
  106. data/test/hexapdf/content/graphic_object/test_geom2d.rb +79 -0
  107. data/test/hexapdf/content/graphic_object/test_solid_arc.rb +86 -0
  108. data/test/hexapdf/content/test_canvas.rb +1279 -0
  109. data/test/hexapdf/content/test_color_space.rb +176 -0
  110. data/test/hexapdf/content/test_graphics_state.rb +151 -0
  111. data/test/hexapdf/content/test_operator.rb +619 -0
  112. data/test/hexapdf/content/test_parser.rb +99 -0
  113. data/test/hexapdf/content/test_processor.rb +163 -0
  114. data/test/hexapdf/content/test_transformation_matrix.rb +64 -0
  115. data/test/hexapdf/document/test_files.rb +72 -0
  116. data/test/hexapdf/document/test_fonts.rb +60 -0
  117. data/test/hexapdf/document/test_images.rb +72 -0
  118. data/test/hexapdf/document/test_pages.rb +130 -0
  119. data/test/hexapdf/encryption/common.rb +87 -0
  120. data/test/hexapdf/encryption/test_aes.rb +129 -0
  121. data/test/hexapdf/encryption/test_arc4.rb +39 -0
  122. data/test/hexapdf/encryption/test_fast_aes.rb +17 -0
  123. data/test/hexapdf/encryption/test_fast_arc4.rb +12 -0
  124. data/test/hexapdf/encryption/test_identity.rb +21 -0
  125. data/test/hexapdf/encryption/test_ruby_aes.rb +23 -0
  126. data/test/hexapdf/encryption/test_ruby_arc4.rb +20 -0
  127. data/test/hexapdf/encryption/test_security_handler.rb +380 -0
  128. data/test/hexapdf/encryption/test_standard_security_handler.rb +322 -0
  129. data/test/hexapdf/filter/common.rb +53 -0
  130. data/test/hexapdf/filter/test_ascii85_decode.rb +59 -0
  131. data/test/hexapdf/filter/test_ascii_hex_decode.rb +38 -0
  132. data/test/hexapdf/filter/test_crypt.rb +21 -0
  133. data/test/hexapdf/filter/test_encryption.rb +24 -0
  134. data/test/hexapdf/filter/test_flate_decode.rb +44 -0
  135. data/test/hexapdf/filter/test_lzw_decode.rb +52 -0
  136. data/test/hexapdf/filter/test_predictor.rb +219 -0
  137. data/test/hexapdf/filter/test_run_length_decode.rb +32 -0
  138. data/test/hexapdf/font/cmap/test_parser.rb +102 -0
  139. data/test/hexapdf/font/cmap/test_writer.rb +66 -0
  140. data/test/hexapdf/font/encoding/test_base.rb +45 -0
  141. data/test/hexapdf/font/encoding/test_difference_encoding.rb +29 -0
  142. data/test/hexapdf/font/encoding/test_glyph_list.rb +59 -0
  143. data/test/hexapdf/font/encoding/test_zapf_dingbats_encoding.rb +16 -0
  144. data/test/hexapdf/font/test_cmap.rb +104 -0
  145. data/test/hexapdf/font/test_encoding.rb +27 -0
  146. data/test/hexapdf/font/test_invalid_glyph.rb +34 -0
  147. data/test/hexapdf/font/test_true_type_wrapper.rb +186 -0
  148. data/test/hexapdf/font/test_type1_wrapper.rb +107 -0
  149. data/test/hexapdf/font/true_type/common.rb +17 -0
  150. data/test/hexapdf/font/true_type/table/common.rb +27 -0
  151. data/test/hexapdf/font/true_type/table/test_cmap.rb +47 -0
  152. data/test/hexapdf/font/true_type/table/test_cmap_subtable.rb +141 -0
  153. data/test/hexapdf/font/true_type/table/test_directory.rb +30 -0
  154. data/test/hexapdf/font/true_type/table/test_glyf.rb +58 -0
  155. data/test/hexapdf/font/true_type/table/test_head.rb +56 -0
  156. data/test/hexapdf/font/true_type/table/test_hhea.rb +26 -0
  157. data/test/hexapdf/font/true_type/table/test_hmtx.rb +30 -0
  158. data/test/hexapdf/font/true_type/table/test_kern.rb +61 -0
  159. data/test/hexapdf/font/true_type/table/test_loca.rb +33 -0
  160. data/test/hexapdf/font/true_type/table/test_maxp.rb +50 -0
  161. data/test/hexapdf/font/true_type/table/test_name.rb +76 -0
  162. data/test/hexapdf/font/true_type/table/test_os2.rb +55 -0
  163. data/test/hexapdf/font/true_type/table/test_post.rb +78 -0
  164. data/test/hexapdf/font/true_type/test_builder.rb +42 -0
  165. data/test/hexapdf/font/true_type/test_font.rb +116 -0
  166. data/test/hexapdf/font/true_type/test_optimizer.rb +26 -0
  167. data/test/hexapdf/font/true_type/test_subsetter.rb +73 -0
  168. data/test/hexapdf/font/true_type/test_table.rb +48 -0
  169. data/test/hexapdf/font/type1/common.rb +6 -0
  170. data/test/hexapdf/font/type1/test_afm_parser.rb +65 -0
  171. data/test/hexapdf/font/type1/test_font.rb +104 -0
  172. data/test/hexapdf/font/type1/test_font_metrics.rb +22 -0
  173. data/test/hexapdf/font/type1/test_pfb_parser.rb +37 -0
  174. data/test/hexapdf/font_loader/test_from_configuration.rb +43 -0
  175. data/test/hexapdf/font_loader/test_from_file.rb +36 -0
  176. data/test/hexapdf/font_loader/test_standard14.rb +33 -0
  177. data/test/hexapdf/image_loader/test_jpeg.rb +93 -0
  178. data/test/hexapdf/image_loader/test_pdf.rb +47 -0
  179. data/test/hexapdf/image_loader/test_png.rb +259 -0
  180. data/test/hexapdf/layout/test_box.rb +154 -0
  181. data/test/hexapdf/layout/test_frame.rb +350 -0
  182. data/test/hexapdf/layout/test_image_box.rb +73 -0
  183. data/test/hexapdf/layout/test_inline_box.rb +71 -0
  184. data/test/hexapdf/layout/test_line.rb +206 -0
  185. data/test/hexapdf/layout/test_style.rb +790 -0
  186. data/test/hexapdf/layout/test_text_box.rb +140 -0
  187. data/test/hexapdf/layout/test_text_fragment.rb +375 -0
  188. data/test/hexapdf/layout/test_text_layouter.rb +758 -0
  189. data/test/hexapdf/layout/test_text_shaper.rb +62 -0
  190. data/test/hexapdf/layout/test_width_from_polygon.rb +109 -0
  191. data/test/hexapdf/task/test_dereference.rb +51 -0
  192. data/test/hexapdf/task/test_optimize.rb +162 -0
  193. data/test/hexapdf/test_composer.rb +258 -0
  194. data/test/hexapdf/test_configuration.rb +93 -0
  195. data/test/hexapdf/test_data_dir.rb +32 -0
  196. data/test/hexapdf/test_dictionary.rb +340 -0
  197. data/test/hexapdf/test_dictionary_fields.rb +269 -0
  198. data/test/hexapdf/test_document.rb +641 -0
  199. data/test/hexapdf/test_filter.rb +100 -0
  200. data/test/hexapdf/test_importer.rb +106 -0
  201. data/test/hexapdf/test_object.rb +258 -0
  202. data/test/hexapdf/test_parser.rb +645 -0
  203. data/test/hexapdf/test_pdf_array.rb +169 -0
  204. data/test/hexapdf/test_rectangle.rb +73 -0
  205. data/test/hexapdf/test_reference.rb +50 -0
  206. data/test/hexapdf/test_revision.rb +188 -0
  207. data/test/hexapdf/test_revisions.rb +196 -0
  208. data/test/hexapdf/test_serializer.rb +195 -0
  209. data/test/hexapdf/test_stream.rb +274 -0
  210. data/test/hexapdf/test_tokenizer.rb +80 -0
  211. data/test/hexapdf/test_type.rb +18 -0
  212. data/test/hexapdf/test_writer.rb +140 -0
  213. data/test/hexapdf/test_xref_section.rb +61 -0
  214. data/test/hexapdf/type/acro_form/test_appearance_generator.rb +795 -0
  215. data/test/hexapdf/type/acro_form/test_button_field.rb +308 -0
  216. data/test/hexapdf/type/acro_form/test_choice_field.rb +220 -0
  217. data/test/hexapdf/type/acro_form/test_field.rb +259 -0
  218. data/test/hexapdf/type/acro_form/test_form.rb +357 -0
  219. data/test/hexapdf/type/acro_form/test_signature_field.rb +38 -0
  220. data/test/hexapdf/type/acro_form/test_text_field.rb +201 -0
  221. data/test/hexapdf/type/acro_form/test_variable_text_field.rb +88 -0
  222. data/test/hexapdf/type/actions/test_launch.rb +24 -0
  223. data/test/hexapdf/type/actions/test_uri.rb +23 -0
  224. data/test/hexapdf/type/annotations/test_markup_annotation.rb +22 -0
  225. data/test/hexapdf/type/annotations/test_text.rb +34 -0
  226. data/test/hexapdf/type/annotations/test_widget.rb +225 -0
  227. data/test/hexapdf/type/test_annotation.rb +97 -0
  228. data/test/hexapdf/type/test_catalog.rb +48 -0
  229. data/test/hexapdf/type/test_cid_font.rb +61 -0
  230. data/test/hexapdf/type/test_file_specification.rb +141 -0
  231. data/test/hexapdf/type/test_font.rb +67 -0
  232. data/test/hexapdf/type/test_font_descriptor.rb +61 -0
  233. data/test/hexapdf/type/test_font_simple.rb +176 -0
  234. data/test/hexapdf/type/test_font_true_type.rb +31 -0
  235. data/test/hexapdf/type/test_font_type0.rb +120 -0
  236. data/test/hexapdf/type/test_font_type1.rb +142 -0
  237. data/test/hexapdf/type/test_font_type3.rb +26 -0
  238. data/test/hexapdf/type/test_form.rb +120 -0
  239. data/test/hexapdf/type/test_image.rb +261 -0
  240. data/test/hexapdf/type/test_info.rb +9 -0
  241. data/test/hexapdf/type/test_object_stream.rb +117 -0
  242. data/test/hexapdf/type/test_page.rb +598 -0
  243. data/test/hexapdf/type/test_page_tree_node.rb +315 -0
  244. data/test/hexapdf/type/test_resources.rb +209 -0
  245. data/test/hexapdf/type/test_trailer.rb +116 -0
  246. data/test/hexapdf/type/test_xref_stream.rb +143 -0
  247. data/test/hexapdf/utils/test_bit_field.rb +63 -0
  248. data/test/hexapdf/utils/test_bit_stream.rb +69 -0
  249. data/test/hexapdf/utils/test_graphics_helpers.rb +37 -0
  250. data/test/hexapdf/utils/test_lru_cache.rb +22 -0
  251. data/test/hexapdf/utils/test_object_hash.rb +120 -0
  252. data/test/hexapdf/utils/test_pdf_doc_encoding.rb +18 -0
  253. data/test/hexapdf/utils/test_sorted_tree_node.rb +239 -0
  254. data/test/test_helper.rb +58 -0
  255. metadata +263 -3
@@ -0,0 +1,102 @@
1
+ # -*- encoding: utf-8 -*-
2
+
3
+ require 'test_helper'
4
+ require 'hexapdf/document'
5
+ require 'hexapdf/content'
6
+ require 'hexapdf/content/graphic_object'
7
+
8
+ describe HexaPDF::Content::GraphicObject::Arc do
9
+ before do
10
+ @arc = HexaPDF::Content::GraphicObject::Arc.configure(start_angle: -30, end_angle: 30,
11
+ inclination: 90)
12
+ end
13
+
14
+ describe "initialize" do
15
+ it "creates a default arc representing the counterclockwise unit circle at the origin" do
16
+ arc = HexaPDF::Content::GraphicObject::Arc.new
17
+ assert_equal(0, arc.cx)
18
+ assert_equal(0, arc.cy)
19
+ assert_equal(1, arc.a)
20
+ assert_equal(1, arc.b)
21
+ assert_equal(0, arc.start_angle)
22
+ assert_equal(360, arc.end_angle)
23
+ assert_equal(0, arc.inclination)
24
+ end
25
+ end
26
+
27
+ it "returns the start and end points" do
28
+ x, y = @arc.start_point
29
+ assert_in_delta(0.5, x, 0.00001)
30
+ assert_in_delta(Math.sin(Math::PI / 3), y, 0.00001)
31
+
32
+ x, y = @arc.end_point
33
+ assert_in_delta(-0.5, x, 0.00001)
34
+ assert_in_delta(Math.sin(Math::PI / 3), y, 0.00001)
35
+ end
36
+
37
+ describe "point_at" do
38
+ it "returns an arbitrary point on the arc" do
39
+ x, y = @arc.point_at(0)
40
+ assert_in_delta(0, x, 0.00001)
41
+ assert_in_delta(1, y, 0.00001)
42
+ end
43
+ end
44
+
45
+ describe "configure" do
46
+ it "fails if a == 0 or b == 0" do
47
+ assert_raises(HexaPDF::Error) do
48
+ HexaPDF::Content::GraphicObject::Arc.configure(a: 0)
49
+ end
50
+ assert_raises(HexaPDF::Error) do
51
+ HexaPDF::Content::GraphicObject::Arc.configure(b: 0)
52
+ end
53
+ end
54
+ end
55
+
56
+ describe "curves" do
57
+ def assert_curve_values(exp, act)
58
+ assert_in_delta(exp[0], act[0], 0.00001)
59
+ assert_in_delta(exp[1], act[1], 0.00001)
60
+ assert_in_delta(exp[2][:p1][0], act[2][:p1][0], 0.00001)
61
+ assert_in_delta(exp[2][:p1][1], act[2][:p1][1], 0.00001)
62
+ assert_in_delta(exp[2][:p2][0], act[2][:p2][0], 0.00001)
63
+ assert_in_delta(exp[2][:p2][1], act[2][:p2][1], 0.00001)
64
+ end
65
+
66
+ it "returns the curves for the arc" do
67
+ arc = HexaPDF::Content::GraphicObject::Arc.configure(end_angle: 180)
68
+ arc.max_curves = 4
69
+ curves = arc.curves
70
+ assert_equal(2, curves.size)
71
+ assert_curve_values([0, 1, {p1: [1, 0.548584], p2: [0.548584, 1]}], curves[0])
72
+ assert_curve_values([-1, 0, {p1: [-0.548584, 1], p2: [-1, 0.548584]}], curves[1])
73
+
74
+ arc.configure(clockwise: true)
75
+ curves = arc.curves
76
+ assert_equal(2, curves.size)
77
+ assert_curve_values([0, -1, {p1: [1, -0.548584], p2: [0.548584, -1]}], curves[0])
78
+ assert_curve_values([-1, 0, {p1: [-0.548584, -1], p2: [-1, -0.548584]}], curves[1])
79
+ end
80
+ end
81
+
82
+ describe "draw" do
83
+ before do
84
+ @doc = HexaPDF::Document.new
85
+ @page = @doc.pages.add
86
+ @canvas = @page.canvas
87
+ end
88
+
89
+ it "draws the arc onto the canvas" do
90
+ @arc.draw(@canvas)
91
+ refute(@page.contents.empty?)
92
+ end
93
+
94
+ it "uses the configuration option for max_curves if no value is set" do
95
+ @arc.draw(@canvas)
96
+ assert_equal(@doc.config['graphic_object.arc.max_curves'], @arc.max_curves)
97
+ @arc.max_curves = 2
98
+ @arc.draw(@canvas)
99
+ assert_equal(2, @arc.max_curves)
100
+ end
101
+ end
102
+ end
@@ -0,0 +1,90 @@
1
+ # -*- encoding: utf-8 -*-
2
+
3
+ require 'test_helper'
4
+ require 'hexapdf/content/canvas'
5
+ require 'hexapdf/content/graphic_object'
6
+ require 'hexapdf/document'
7
+
8
+ describe HexaPDF::Content::GraphicObject::EndpointArc do
9
+ describe "initialize" do
10
+ it "creates a default arc representing a line from the current point to the origin" do
11
+ arc = HexaPDF::Content::GraphicObject::EndpointArc.new
12
+ assert_equal(0, arc.x)
13
+ assert_equal(0, arc.y)
14
+ assert_equal(0, arc.a)
15
+ assert_equal(0, arc.b)
16
+ assert_equal(0, arc.inclination)
17
+ assert(arc.large_arc)
18
+ refute(arc.clockwise)
19
+ end
20
+ end
21
+
22
+ describe "configure" do
23
+ it "changes the values" do
24
+ arc = HexaPDF::Content::GraphicObject::EndpointArc.new
25
+ arc.configure(x: 1, y: 2, a: 3, b: 4, inclination: 5, large_arc: false, clockwise: true)
26
+ assert_equal(1, arc.x)
27
+ assert_equal(2, arc.y)
28
+ assert_equal(3, arc.a)
29
+ assert_equal(4, arc.b)
30
+ assert_equal(5, arc.inclination)
31
+ refute(arc.large_arc)
32
+ assert(arc.clockwise)
33
+ end
34
+ end
35
+
36
+ describe "draw" do
37
+ before do
38
+ @doc = HexaPDF::Document.new
39
+ @page = @doc.pages.add
40
+ end
41
+
42
+ it "draws nothing if the endpoint is the same as the current point" do
43
+ canvas = @page.canvas
44
+ canvas.move_to(50, 50)
45
+ canvas.draw(:endpoint_arc, x: 50, y: 50, a: 50, b: 25)
46
+ assert_equal("50 50 m\n", canvas.contents)
47
+ end
48
+
49
+ it "draws only a straight line if either one of the semi-axis is zero" do
50
+ canvas = @page.canvas
51
+ canvas.move_to(50, 50)
52
+ canvas.draw(:endpoint_arc, x: 100, y: 50, a: 0, b: 25)
53
+ assert_equal("50 50 m\n100 50 l\n", canvas.contents)
54
+ end
55
+
56
+ it "draws the arc onto the canvas" do
57
+ {
58
+ [false, false] => {cx: 100, cy: 50, start_angle: 180, end_angle: 270, clockwise: false},
59
+ [false, true] => {cx: 50, cy: 25, start_angle: 90, end_angle: 0, clockwise: true},
60
+ [true, false] => {cx: 50, cy: 25, start_angle: 90, end_angle: 360, clockwise: false},
61
+ [true, true] => {cx: 100, cy: 50, start_angle: 180, end_angle: -90, clockwise: true},
62
+ }.each do |(large_arc, clockwise), data|
63
+ @page.delete(:Contents)
64
+ canvas = @page.canvas
65
+ canvas.draw(:arc, a: 50, b: 25, inclination: 0, **data)
66
+ arc_data = @page.contents
67
+
68
+ canvas.contents.clear
69
+ assert(@page.contents.empty?)
70
+ canvas.move_to(50.0, 50.0)
71
+ canvas.draw(:endpoint_arc, x: 100, y: 25, a: 50, b: 25, inclination: 0,
72
+ large_arc: large_arc, clockwise: clockwise)
73
+ assert_equal(arc_data, @page.contents)
74
+ end
75
+ end
76
+
77
+ it "draws the correct arc even if it is inclined" do
78
+ canvas = @page.canvas
79
+ canvas.draw(:arc, cx: 25, cy: 0, a: 50, b: 25, start_angle: 90, end_angle: 270,
80
+ inclination: 90, clockwise: false)
81
+ arc_data = @page.contents
82
+
83
+ canvas.contents.clear
84
+ canvas.move_to(0.0, 1e-15)
85
+ canvas.draw(:endpoint_arc, x: 50, y: 0, a: 20, b: 10, inclination: 90, large_arc: false,
86
+ clockwise: false)
87
+ assert_equal(arc_data, @page.contents)
88
+ end
89
+ end
90
+ end
@@ -0,0 +1,79 @@
1
+ # -*- encoding: utf-8 -*-
2
+
3
+ require 'test_helper'
4
+ require_relative '../common'
5
+ require 'hexapdf/document'
6
+ require 'hexapdf/content'
7
+ require 'hexapdf/content/graphic_object'
8
+
9
+ describe HexaPDF::Content::GraphicObject::Geom2D do
10
+ before do
11
+ @obj = HexaPDF::Content::GraphicObject::Geom2D.new
12
+ end
13
+
14
+ it "allows creation via the ::configure method" do
15
+ obj = HexaPDF::Content::GraphicObject::Geom2D.configure(object: Geom2D::Point(5, 5))
16
+ assert_equal(Geom2D::Point(5, 5), obj.object)
17
+ end
18
+
19
+ it "creates a default Geom2D drawing support object" do
20
+ obj = HexaPDF::Content::GraphicObject::Geom2D.new
21
+ assert_nil(obj.object)
22
+ assert_equal(1, obj.point_radius)
23
+ assert_equal(false, obj.path_only)
24
+ end
25
+
26
+ it "allows configuration of the object" do
27
+ @obj.configure(object: Geom2D::Point(5, 5), point_radius: 3, path_only: true)
28
+ assert_equal(Geom2D::Point(5, 5), @obj.object)
29
+ assert_equal(3, @obj.point_radius)
30
+ assert_equal(true, @obj.path_only)
31
+ end
32
+
33
+ describe "draw" do
34
+ before do
35
+ doc = HexaPDF::Document.new
36
+ @canvas = doc.pages.add.canvas
37
+ end
38
+
39
+ it "draws a Geom2D::Point onto the canvas" do
40
+ @obj.object = Geom2D::Point(5, 5)
41
+ @obj.draw(@canvas)
42
+ assert_operators(@canvas.contents,
43
+ [:move_to, :curve_to, :curve_to, :curve_to, :curve_to, :curve_to, :curve_to,
44
+ :close_subpath, :fill_path_non_zero],
45
+ only_names: true)
46
+ end
47
+
48
+ it "draws a Geom2D::Segment onto the canvas" do
49
+ @obj.object = Geom2D::Segment([5, 6], [10, 11])
50
+ @obj.draw(@canvas)
51
+ assert_operators(@canvas.contents,
52
+ [[:move_to, [5, 6]], [:line_to, [10, 11]], [:stroke_path]])
53
+ end
54
+
55
+ it "draws a Geom2D::Polygon onto the canvas" do
56
+ @obj.object = Geom2D::Polygon([5, 6], [10, 11], [7, 9])
57
+ @obj.draw(@canvas)
58
+ assert_operators(@canvas.contents,
59
+ [[:move_to, [5, 6]], [:line_to, [10, 11]], [:line_to, [7, 9]],
60
+ [:stroke_path]])
61
+ end
62
+
63
+ it "draws a Geom2D::PolygonSet onto the canvas" do
64
+ @obj.object = Geom2D::PolygonSet(Geom2D::Polygon([5, 6], [10, 11], [7, 9]),
65
+ Geom2D::Polygon([0, 0], [4, 0], [2, 3]))
66
+ @obj.draw(@canvas)
67
+ assert_operators(@canvas.contents,
68
+ [[:move_to, [5, 6]], [:line_to, [10, 11]], [:line_to, [7, 9]],
69
+ [:close_subpath],
70
+ [:move_to, [0, 0]], [:line_to, [4, 0]], [:line_to, [2, 3]],
71
+ [:close_subpath], [:stroke_path]])
72
+ end
73
+
74
+ it "fails for unkown classes" do
75
+ @obj.object = 5
76
+ assert_raises(HexaPDF::Error) { @obj.draw(@canvas) }
77
+ end
78
+ end
79
+ end
@@ -0,0 +1,86 @@
1
+ # -*- encoding: utf-8 -*-
2
+
3
+ require 'test_helper'
4
+ require_relative '../common'
5
+ require 'hexapdf/document'
6
+ require 'hexapdf/content'
7
+ require 'hexapdf/content/graphic_object'
8
+
9
+ describe HexaPDF::Content::GraphicObject::SolidArc do
10
+ describe "initialize" do
11
+ it "creates a default solid arc representing the disk at the origin" do
12
+ arc = HexaPDF::Content::GraphicObject::SolidArc.configure
13
+ assert_equal(0, arc.cx)
14
+ assert_equal(0, arc.cy)
15
+ assert_equal(0, arc.inner_a)
16
+ assert_equal(0, arc.inner_b)
17
+ assert_equal(1, arc.outer_a)
18
+ assert_equal(1, arc.outer_b)
19
+ assert_equal(0, arc.start_angle)
20
+ assert_equal(0, arc.end_angle)
21
+ assert_equal(0, arc.inclination)
22
+ end
23
+ end
24
+
25
+ describe "configure" do
26
+ it "changes the values" do
27
+ arc = HexaPDF::Content::GraphicObject::SolidArc.new
28
+ arc.configure(cx: 1, cy: 2, inner_a: 3, inner_b: 4, outer_a: 5, outer_b: 6,
29
+ start_angle: 7, end_angle: 8, inclination: 9)
30
+ assert_equal(1, arc.cx)
31
+ assert_equal(2, arc.cy)
32
+ assert_equal(3, arc.inner_a)
33
+ assert_equal(4, arc.inner_b)
34
+ assert_equal(5, arc.outer_a)
35
+ assert_equal(6, arc.outer_b)
36
+ assert_equal(7, arc.start_angle)
37
+ assert_equal(8, arc.end_angle)
38
+ assert_equal(9, arc.inclination)
39
+ end
40
+ end
41
+
42
+ describe "draw" do
43
+ def operators(content)
44
+ processor = TestHelper::OperatorRecorder.new
45
+ parser = HexaPDF::Content::Parser.new
46
+ parser.parse(content, processor)
47
+ processor.recorded_ops
48
+ end
49
+
50
+ before do
51
+ @doc = HexaPDF::Document.new
52
+ @doc.config['graphic_object.arc.max_curves'] = 4
53
+ @page = @doc.pages.add
54
+ @canvas = @page.canvas
55
+ end
56
+
57
+ it "draws a disk" do
58
+ @canvas.draw(:solid_arc)
59
+ ops = operators(@canvas.contents)
60
+ assert_equal([:move_to, :curve_to, :curve_to, :curve_to, :curve_to, :close_subpath],
61
+ ops.map(&:first))
62
+ end
63
+
64
+ it "draws a sector" do
65
+ @canvas.draw(:solid_arc, end_angle: 90)
66
+ ops = operators(@canvas.contents)
67
+ assert_equal([:move_to, :line_to, :curve_to, :close_subpath],
68
+ ops.map(&:first))
69
+ end
70
+
71
+ it "draws an annulus" do
72
+ @canvas.draw(:solid_arc, inner_a: 5, inner_b: 5)
73
+ ops = operators(@canvas.contents)
74
+ assert_equal([:move_to, :curve_to, :curve_to, :curve_to, :curve_to, :close_subpath,
75
+ :move_to, :curve_to, :curve_to, :curve_to, :curve_to, :close_subpath],
76
+ ops.map(&:first))
77
+ end
78
+
79
+ it "draws an annular sector" do
80
+ @canvas.draw(:solid_arc, inner_a: 5, inner_b: 5, end_angle: 90)
81
+ ops = operators(@canvas.contents)
82
+ assert_equal([:move_to, :curve_to, :line_to, :curve_to, :close_subpath],
83
+ ops.map(&:first))
84
+ end
85
+ end
86
+ end