回答:
ピクセル、cmなどの形状の領域を自動的に取得するには、形状Extensions > Visualise Path > Measure Path ...
を選択し、目的の出力に移動して選択します。ただし、オブジェクトでは機能しません(たとえば、Create rectangles and squares
ツールで描画された長方形)。それらをパスの前に変換します(Path > Object to Path
)。
私にはうまくいきません:
Traceback (most recent call last):
File "measure.py", line 341, in <module>
e.affect()
File "inkex.py", line 283, in affect
self.effect()
File "measure.py", line 219, in effect
factor = self.unittouu(doc.get('width'))/float(vieww)
File "inkex.py", line 387, in unittouu
p = param.match(string)
TypeError: expected string or buffer
オブジェクトをパスに変換し、新しく作成したパスで試しました。同じ結果。