Mercurial > hg > Papers > 2016 > masa-master
changeset 27:e8efe3b71cf0
add wordcount images
author | Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 06 Feb 2016 16:37:39 +0900 |
parents | 33effa89120a |
children | 9e817870489c |
files | c4.tex images/example/bmsearchbasic.bb images/example/bmsearchinlucde.bb images/example/bmsearchsame.bb images/example/bmsearchthink.bb images/example/bmskiptable.bb images/example/bmskiptable1.bb images/example/bruteforth.bb images/example/dividefile.bb images/example/includeiotask.bb images/example/iodivfail.bb images/example/iodivsuc.bb images/example/wordcount.bb images/example/wordcount.pdf images/example/wordcountline.bb images/example/wordcountline.pdf images/example/wordcountseparate.bb images/example/wordcountseparate.pdf images/image.graffle master_paper.pdf |
diffstat | 20 files changed, 194 insertions(+), 52 deletions(-) [+] |
line wrap: on
line diff
--- a/c4.tex Sat Feb 06 15:19:21 2016 +0900 +++ b/c4.tex Sat Feb 06 16:37:39 2016 +0900 @@ -24,6 +24,29 @@ 読み込んだテキストを先頭から見ていき、単語の末端に空白文字か改行文字があれば単語数、改行文字があれば行数を数えることができる。 分割された部分に単語が含まれた場合、単語数や行数について整合性を取る必要がある。 +図\ref{fig:wordcountline} ではファイル分割無しの Word Count である。 + +分割しない状態では単語数(Word Num) 3、行数(Line Num) 2 となる。 + +\begin{figure}[htpb] + \begin{center} + \includegraphics[scale=0.2]{images/example/wordcountline.pdf} + \end{center} + \caption{ファイル分割無しの Word Count} + \label{fig:wordcountline} +\end{figure} + +単語で分割された場合、分割されたファイルそれぞれの結果を合計すると単語数 4、行数 2 となり、分割されていない時と結果が変わってしまう。 + +(図\ref{fig:wordcountseparate}) + +\begin{figure}[htpb] + \begin{center} + \includegraphics[scale=0.2]{images/example/wordcountseparate.pdf} + \end{center} + \caption{ファイル分割有りの Word Count} + \label{fig:wordcountseparate} +\end{figure} \section{Boyer-Moore String Search}
--- a/images/example/bmsearchbasic.bb Sat Feb 06 15:19:21 2016 +0900 +++ b/images/example/bmsearchbasic.bb Sat Feb 06 16:37:39 2016 +0900 @@ -1,5 +1,5 @@ %%Title: images/example/bmsearchbasic.pdf %%Creator: extractbb 20150315 %%BoundingBox: 0 0 309 270 -%%CreationDate: Fri Feb 5 17:02:19 2016 +%%CreationDate: Sat Feb 6 16:15:24 2016
--- a/images/example/bmsearchinlucde.bb Sat Feb 06 15:19:21 2016 +0900 +++ b/images/example/bmsearchinlucde.bb Sat Feb 06 16:37:39 2016 +0900 @@ -1,5 +1,5 @@ %%Title: images/example/bmsearchinlucde.pdf %%Creator: extractbb 20150315 -%%BoundingBox: 0 0 239 201 -%%CreationDate: Fri Feb 5 17:02:19 2016 +%%BoundingBox: 0 0 1149 978 +%%CreationDate: Sat Feb 6 16:15:24 2016
--- a/images/example/bmsearchsame.bb Sat Feb 06 15:19:21 2016 +0900 +++ b/images/example/bmsearchsame.bb Sat Feb 06 16:37:39 2016 +0900 @@ -1,5 +1,5 @@ %%Title: images/example/bmsearchsame.pdf %%Creator: extractbb 20150315 -%%BoundingBox: 0 0 292 233 -%%CreationDate: Fri Feb 5 17:02:19 2016 +%%BoundingBox: 0 0 1362 1527 +%%CreationDate: Sat Feb 6 16:15:24 2016
--- a/images/example/bmsearchthink.bb Sat Feb 06 15:19:21 2016 +0900 +++ b/images/example/bmsearchthink.bb Sat Feb 06 16:37:39 2016 +0900 @@ -1,5 +1,5 @@ %%Title: images/example/bmsearchthink.pdf %%Creator: extractbb 20150315 -%%BoundingBox: 0 0 234 259 -%%CreationDate: Fri Feb 5 17:02:19 2016 +%%BoundingBox: 0 0 1254 1041 +%%CreationDate: Sat Feb 6 16:15:24 2016
--- a/images/example/bmskiptable.bb Sat Feb 06 15:19:21 2016 +0900 +++ b/images/example/bmskiptable.bb Sat Feb 06 16:37:39 2016 +0900 @@ -1,5 +1,5 @@ %%Title: images/example/bmskiptable.pdf %%Creator: extractbb 20150315 %%BoundingBox: 0 0 348 480 -%%CreationDate: Fri Feb 5 17:02:19 2016 +%%CreationDate: Sat Feb 6 16:15:24 2016
--- a/images/example/bmskiptable1.bb Sat Feb 06 15:19:21 2016 +0900 +++ b/images/example/bmskiptable1.bb Sat Feb 06 16:37:39 2016 +0900 @@ -1,5 +1,5 @@ %%Title: images/example/bmskiptable1.pdf %%Creator: extractbb 20150315 %%BoundingBox: 0 0 318 67 -%%CreationDate: Fri Feb 5 17:02:19 2016 +%%CreationDate: Sat Feb 6 16:15:24 2016
--- a/images/example/bruteforth.bb Sat Feb 06 15:19:21 2016 +0900 +++ b/images/example/bruteforth.bb Sat Feb 06 16:37:39 2016 +0900 @@ -1,5 +1,5 @@ %%Title: images/example/bruteforth.pdf %%Creator: extractbb 20150315 -%%BoundingBox: 0 0 246 252 -%%CreationDate: Fri Feb 5 17:02:19 2016 +%%BoundingBox: 0 0 1281 1491 +%%CreationDate: Sat Feb 6 16:15:24 2016
--- a/images/example/dividefile.bb Sat Feb 06 15:19:21 2016 +0900 +++ b/images/example/dividefile.bb Sat Feb 06 16:37:39 2016 +0900 @@ -1,5 +1,5 @@ %%Title: images/example/dividefile.pdf %%Creator: extractbb 20150315 %%BoundingBox: 0 0 2124 1236 -%%CreationDate: Fri Feb 5 17:02:19 2016 +%%CreationDate: Sat Feb 6 16:15:24 2016
--- a/images/example/includeiotask.bb Sat Feb 06 15:19:21 2016 +0900 +++ b/images/example/includeiotask.bb Sat Feb 06 16:37:39 2016 +0900 @@ -1,5 +1,5 @@ %%Title: images/example/includeiotask.pdf %%Creator: extractbb 20150315 %%BoundingBox: 0 0 385 245 -%%CreationDate: Fri Feb 5 17:02:19 2016 +%%CreationDate: Sat Feb 6 16:15:24 2016
--- a/images/example/iodivfail.bb Sat Feb 06 15:19:21 2016 +0900 +++ b/images/example/iodivfail.bb Sat Feb 06 16:37:39 2016 +0900 @@ -1,5 +1,5 @@ %%Title: images/example/iodivfail.pdf %%Creator: extractbb 20150315 %%BoundingBox: 0 0 666 215 -%%CreationDate: Fri Feb 5 17:02:19 2016 +%%CreationDate: Sat Feb 6 16:15:24 2016
--- a/images/example/iodivsuc.bb Sat Feb 06 15:19:21 2016 +0900 +++ b/images/example/iodivsuc.bb Sat Feb 06 16:37:39 2016 +0900 @@ -1,5 +1,5 @@ %%Title: images/example/iodivsuc.pdf %%Creator: extractbb 20150315 %%BoundingBox: 0 0 664 215 -%%CreationDate: Fri Feb 5 17:02:19 2016 +%%CreationDate: Sat Feb 6 16:15:24 2016
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/images/example/wordcount.bb Sat Feb 06 16:37:39 2016 +0900 @@ -0,0 +1,5 @@ +%%Title: images/example/wordcount.pdf +%%Creator: extractbb 20150315 +%%BoundingBox: 0 0 1272 720 +%%CreationDate: Sat Feb 6 16:15:24 2016 +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/images/example/wordcountline.bb Sat Feb 06 16:37:39 2016 +0900 @@ -0,0 +1,5 @@ +%%Title: images/example/wordcountline.pdf +%%Creator: extractbb 20150315 +%%BoundingBox: 0 0 1230 372 +%%CreationDate: Sat Feb 6 16:15:24 2016 +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/images/example/wordcountseparate.bb Sat Feb 06 16:37:39 2016 +0900 @@ -0,0 +1,5 @@ +%%Title: images/example/wordcountseparate.pdf +%%Creator: extractbb 20150315 +%%BoundingBox: 0 0 1272 363 +%%CreationDate: Sat Feb 6 16:15:24 2016 +
--- a/images/image.graffle Sat Feb 06 15:19:21 2016 +0900 +++ b/images/image.graffle Sat Feb 06 16:37:39 2016 +0900 @@ -26,7 +26,7 @@ <key>MasterSheets</key> <array/> <key>ModificationDate</key> - <string>2016-02-06 06:17:03 +0000</string> + <string>2016-02-06 07:03:05 +0000</string> <key>Modifier</key> <string>MasaKoha</string> <key>NotesVisible</key> @@ -36697,6 +36697,110 @@ <array> <dict> <key>Bounds</key> + <string>{{459.05250628530149, 102.04724502037828}, {25.804087843388512, 28.346456950105065}}</string> + <key>Class</key> + <string>ShapedGraphic</string> + <key>ID</key> + <integer>99</integer> + <key>Style</key> + <dict> + <key>shadow</key> + <dict> + <key>Draws</key> + <string>NO</string> + </dict> + </dict> + <key>Text</key> + <dict> + <key>Text</key> + <string>{\rtf1\ansi\ansicpg932\cocoartf1404\cocoasubrtf340 +{\fonttbl\f0\fnil\fcharset0 HelveticaNeue;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 + +\f0\fs32 \cf0 \\0}</string> + </dict> + </dict> + <dict> + <key>Bounds</key> + <string>{{433.24841844191263, 102.04724502037828}, {25.804087843388512, 28.346456950105065}}</string> + <key>Class</key> + <string>ShapedGraphic</string> + <key>ID</key> + <integer>98</integer> + <key>Style</key> + <dict> + <key>shadow</key> + <dict> + <key>Draws</key> + <string>NO</string> + </dict> + </dict> + <key>Text</key> + <dict> + <key>Text</key> + <string>{\rtf1\ansi\ansicpg932\cocoartf1404\cocoasubrtf340 +{\fonttbl\f0\fnil\fcharset0 HelveticaNeue;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 + +\f0\fs32 \cf0 \\n}</string> + </dict> + </dict> + <dict> + <key>Bounds</key> + <string>{{459.05250628530149, 221.10236421081962}, {25.804087843388512, 28.346456950105065}}</string> + <key>Class</key> + <string>ShapedGraphic</string> + <key>ID</key> + <integer>97</integer> + <key>Style</key> + <dict> + <key>shadow</key> + <dict> + <key>Draws</key> + <string>NO</string> + </dict> + </dict> + <key>Text</key> + <dict> + <key>Text</key> + <string>{\rtf1\ansi\ansicpg932\cocoartf1404\cocoasubrtf340 +{\fonttbl\f0\fnil\fcharset0 HelveticaNeue;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 + +\f0\fs32 \cf0 \\0}</string> + </dict> + </dict> + <dict> + <key>Bounds</key> + <string>{{433.24841844191263, 221.10236421081962}, {25.804087843388512, 28.346456950105065}}</string> + <key>Class</key> + <string>ShapedGraphic</string> + <key>ID</key> + <integer>96</integer> + <key>Style</key> + <dict> + <key>shadow</key> + <dict> + <key>Draws</key> + <string>NO</string> + </dict> + </dict> + <key>Text</key> + <dict> + <key>Text</key> + <string>{\rtf1\ansi\ansicpg932\cocoartf1404\cocoasubrtf340 +{\fonttbl\f0\fnil\fcharset0 HelveticaNeue;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc\partightenfactor0 + +\f0\fs32 \cf0 \\n}</string> + </dict> + </dict> + <dict> + <key>Bounds</key> <string>{{212.8858261672531, 170.0787417006305}, {132.75590671632563, 35}}</string> <key>Class</key> <string>ShapedGraphic</string> @@ -36803,7 +36907,7 @@ </dict> <dict> <key>Bounds</key> - <string>{{484.77559241367754, 104.88189071538879}, {37.322834984305047, 28.346456950105065}}</string> + <string>{{407.44433059852469, 102.04724502037828}, {25.804087843388512, 28.346456950105065}}</string> <key>Class</key> <string>ShapedGraphic</string> <key>ID</key> @@ -36829,7 +36933,7 @@ </dict> <dict> <key>Bounds</key> - <string>{{447.45275742937241, 104.88189071538879}, {37.322834984305047, 28.346456950105065}}</string> + <string>{{381.64024275513583, 102.04724502037828}, {25.804087843388512, 28.346456950105065}}</string> <key>Class</key> <string>ShapedGraphic</string> <key>ID</key> @@ -36855,7 +36959,7 @@ </dict> <dict> <key>Bounds</key> - <string>{{410.12992244506728, 104.88189071538879}, {37.322834984305047, 28.346456950105065}}</string> + <string>{{355.83615491174754, 102.04724502037828}, {25.804087843388512, 28.346456950105065}}</string> <key>Class</key> <string>ShapedGraphic</string> <key>ID</key> @@ -36881,7 +36985,7 @@ </dict> <dict> <key>Bounds</key> - <string>{{372.80708746076226, 104.88189071538879}, {37.322834984305047, 28.346456950105065}}</string> + <string>{{330.03206706835903, 102.04724502037828}, {25.804087843388512, 28.346456950105065}}</string> <key>Class</key> <string>ShapedGraphic</string> <key>ID</key> @@ -36907,7 +37011,7 @@ </dict> <dict> <key>Bounds</key> - <string>{{335.48425247645736, 104.88189071538879}, {37.322834984305047, 28.346456950105065}}</string> + <string>{{304.22797922497062, 102.04724502037828}, {25.804087843388512, 28.346456950105065}}</string> <key>Class</key> <string>ShapedGraphic</string> <key>ID</key> @@ -36933,7 +37037,7 @@ </dict> <dict> <key>Bounds</key> - <string>{{298.16141749215245, 104.88189071538879}, {37.322834984305047, 28.346456950105065}}</string> + <string>{{278.42389138158188, 102.04724502037828}, {25.804087843388512, 28.346456950105065}}</string> <key>Class</key> <string>ShapedGraphic</string> <key>ID</key> @@ -36959,7 +37063,7 @@ </dict> <dict> <key>Bounds</key> - <string>{{260.83858250784743, 104.88189071538879}, {37.322834984305047, 28.346456950105065}}</string> + <string>{{252.6198035381932, 102.04724502037828}, {25.804087843388512, 28.346456950105065}}</string> <key>Class</key> <string>ShapedGraphic</string> <key>ID</key> @@ -36985,7 +37089,7 @@ </dict> <dict> <key>Bounds</key> - <string>{{223.51574752354244, 104.88189071538879}, {37.322834984305047, 28.346456950105065}}</string> + <string>{{226.81571569480502, 102.04724502037828}, {25.804087843388512, 28.346456950105065}}</string> <key>Class</key> <string>ShapedGraphic</string> <key>ID</key> @@ -37011,7 +37115,7 @@ </dict> <dict> <key>Bounds</key> - <string>{{186.19291253923731, 104.88189071538879}, {37.322834984305047, 28.346456950105065}}</string> + <string>{{201.01162785141645, 102.04724502037828}, {25.804087843388512, 28.346456950105065}}</string> <key>Class</key> <string>ShapedGraphic</string> <key>ID</key> @@ -37027,7 +37131,7 @@ </dict> <dict> <key>Bounds</key> - <string>{{148.87007755493235, 104.88189071538879}, {37.322834984305047, 28.346456950105065}}</string> + <string>{{175.20754000802793, 102.04724502037828}, {25.804087843388512, 28.346456950105065}}</string> <key>Class</key> <string>ShapedGraphic</string> <key>ID</key> @@ -37053,7 +37157,7 @@ </dict> <dict> <key>Bounds</key> - <string>{{111.5472425706275, 104.88189071538879}, {37.322834984305047, 28.346456950105065}}</string> + <string>{{149.40345216463959, 102.04724502037828}, {25.804087843388512, 28.346456950105065}}</string> <key>Class</key> <string>ShapedGraphic</string> <key>ID</key> @@ -37079,7 +37183,7 @@ </dict> <dict> <key>Bounds</key> - <string>{{74.224407586322485, 104.88189071538879}, {37.322834984305047, 28.346456950105065}}</string> + <string>{{123.59936432125124, 102.04724502037828}, {25.804087843388512, 28.346456950105065}}</string> <key>Class</key> <string>ShapedGraphic</string> <key>ID</key> @@ -37105,7 +37209,7 @@ </dict> <dict> <key>Bounds</key> - <string>{{36.901572602017431, 104.88189071538879}, {37.322834984305047, 28.346456950105065}}</string> + <string>{{97.795276477862529, 102.04724502037828}, {25.804087843388512, 28.346456950105065}}</string> <key>Class</key> <string>ShapedGraphic</string> <key>ID</key> @@ -37131,7 +37235,7 @@ </dict> <dict> <key>Bounds</key> - <string>{{335.72047295104142, 334.48819201124002}, {132.75590671632563, 35}}</string> + <string>{{330.03206706835869, 286.29921519606137}, {132.75590671632563, 35}}</string> <key>Class</key> <string>ShapedGraphic</string> <key>FitText</key> @@ -37184,7 +37288,7 @@ </dict> <dict> <key>Bounds</key> - <string>{{335.72047295104142, 304.72441221362965}, {132.75590671632563, 35}}</string> + <string>{{330.03206706835869, 256.53543539845094}, {132.75590671632563, 35}}</string> <key>Class</key> <string>ShapedGraphic</string> <key>FitText</key> @@ -37237,7 +37341,7 @@ </dict> <dict> <key>Bounds</key> - <string>{{72.283465222767944, 334.48819201124002}, {132.75590671632563, 35}}</string> + <string>{{116.48631927081925, 286.29921519606137}, {132.75590671632563, 35}}</string> <key>Class</key> <string>ShapedGraphic</string> <key>FitText</key> @@ -37285,12 +37389,12 @@ \deftab720 \pard\pardeftab720\qc\partightenfactor0 -\f0\fs32 \cf0 Line Num : 1}</string> - </dict> - </dict> - <dict> - <key>Bounds</key> - <string>{{72.283465222767944, 304.72441221362965}, {132.75590671632563, 35}}</string> +\f0\fs32 \cf0 Line Num : 0}</string> + </dict> + </dict> + <dict> + <key>Bounds</key> + <string>{{116.48631927081925, 256.53543539845094}, {132.75590671632563, 35}}</string> <key>Class</key> <string>ShapedGraphic</string> <key>FitText</key> @@ -37343,7 +37447,7 @@ </dict> <dict> <key>Bounds</key> - <string>{{495.405513769967, 267.87401817849297}, {37.322834984305047, 28.346456950105065}}</string> + <string>{{407.44433059852412, 221.10236421081962}, {25.804087843388512, 28.346456950105065}}</string> <key>Class</key> <string>ShapedGraphic</string> <key>ID</key> @@ -37369,7 +37473,7 @@ </dict> <dict> <key>Bounds</key> - <string>{{458.08267878566187, 267.87401817849297}, {37.322834984305047, 28.346456950105065}}</string> + <string>{{381.64024275513538, 221.10236421081962}, {25.804087843388512, 28.346456950105065}}</string> <key>Class</key> <string>ShapedGraphic</string> <key>ID</key> @@ -37395,7 +37499,7 @@ </dict> <dict> <key>Bounds</key> - <string>{{420.75984380135674, 267.87401817849297}, {37.322834984305047, 28.346456950105065}}</string> + <string>{{355.83615491174686, 221.10236421081962}, {25.804087843388512, 28.346456950105065}}</string> <key>Class</key> <string>ShapedGraphic</string> <key>ID</key> @@ -37421,7 +37525,7 @@ </dict> <dict> <key>Bounds</key> - <string>{{383.43700881705172, 267.87401817849297}, {37.322834984305047, 28.346456950105065}}</string> + <string>{{330.03206706835869, 221.10236421081962}, {25.804087843388512, 28.346456950105065}}</string> <key>Class</key> <string>ShapedGraphic</string> <key>ID</key> @@ -37447,7 +37551,7 @@ </dict> <dict> <key>Bounds</key> - <string>{{346.11417383274681, 267.87401817849297}, {37.322834984305047, 28.346456950105065}}</string> + <string>{{304.22797922497017, 221.10236421081962}, {25.804087843388512, 28.346456950105065}}</string> <key>Class</key> <string>ShapedGraphic</string> <key>ID</key> @@ -37473,7 +37577,7 @@ </dict> <dict> <key>Bounds</key> - <string>{{308.79133884844191, 267.87401817849297}, {37.322834984305047, 28.346456950105065}}</string> + <string>{{263.72536033155058, 221.10236421081962}, {25.804087843388512, 28.346456950105065}}</string> <key>Class</key> <string>ShapedGraphic</string> <key>ID</key> @@ -37499,7 +37603,7 @@ </dict> <dict> <key>Bounds</key> - <string>{{271.46850386413689, 267.87401817849297}, {37.322834984305047, 28.346456950105065}}</string> + <string>{{237.92127248816189, 221.10236421081962}, {25.804087843388512, 28.346456950105065}}</string> <key>Class</key> <string>ShapedGraphic</string> <key>ID</key> @@ -37525,7 +37629,7 @@ </dict> <dict> <key>Bounds</key> - <string>{{212.8858261672531, 267.87401817849297}, {37.322834984305047, 28.346456950105065}}</string> + <string>{{212.1171846447732, 221.10236421081962}, {25.804087843388512, 28.346456950105065}}</string> <key>Class</key> <string>ShapedGraphic</string> <key>ID</key> @@ -37551,7 +37655,7 @@ </dict> <dict> <key>Bounds</key> - <string>{{175.56299118294797, 267.87401817849297}, {37.322834984305047, 28.346456950105065}}</string> + <string>{{186.31309680138483, 221.10236421081962}, {25.804087843388512, 28.346456950105065}}</string> <key>Class</key> <string>ShapedGraphic</string> <key>ID</key> @@ -37567,7 +37671,7 @@ </dict> <dict> <key>Bounds</key> - <string>{{138.24015619864295, 267.87401817849297}, {37.322834984305047, 28.346456950105065}}</string> + <string>{{160.50900895799626, 221.10236421081962}, {25.804087843388512, 28.346456950105065}}</string> <key>Class</key> <string>ShapedGraphic</string> <key>ID</key> @@ -37593,7 +37697,7 @@ </dict> <dict> <key>Bounds</key> - <string>{{100.9173212143381, 267.87401817849297}, {37.322834984305047, 28.346456950105065}}</string> + <string>{{134.70492111460791, 221.10236421081962}, {25.804087843388512, 28.346456950105065}}</string> <key>Class</key> <string>ShapedGraphic</string> <key>ID</key> @@ -37619,7 +37723,7 @@ </dict> <dict> <key>Bounds</key> - <string>{{63.594486230033056, 267.87401817849297}, {37.322834984305047, 28.346456950105065}}</string> + <string>{{108.9008332712192, 221.10236421081962}, {25.804087843388512, 28.346456950105065}}</string> <key>Class</key> <string>ShapedGraphic</string> <key>ID</key> @@ -37645,7 +37749,7 @@ </dict> <dict> <key>Bounds</key> - <string>{{26.27165124572803, 267.87401817849297}, {37.322834984305047, 28.346456950105065}}</string> + <string>{{83.096745427830854, 221.10236421081962}, {25.804087843388512, 28.346456950105065}}</string> <key>Class</key> <string>ShapedGraphic</string> <key>ID</key> @@ -37737,7 +37841,7 @@ <string>キャンバス 7</string> </array> <key>Frame</key> - <string>{{739, 151}, {1198, 966}}</string> + <string>{{722, 165}, {1198, 966}}</string> <key>ShowInfo</key> <true/> <key>ShowRuler</key>