[過去ログ] Momonga Linux Part 3 (1002レス)
前次1-
抽出解除 必死チェッカー(本家) (べ) 自ID レス栞 あぼーん

このスレッドは過去ログ倉庫に格納されています。
次スレ検索 歴削→次スレ 栞削→次スレ 過去ログメニュー
258
(4): 2008/06/27(金)02:19 ID:QvThUrWu(1/3) AAS
Mo-trunk の inkscape-0.46 の関数プロットにあるバグ。inkscape の trunk では修正されていますが、
inkscapeの次のリリースは未だ先だと思うので…

# diff -u /usr/share/inkscape/extensions/funcplot.py.orig /usr/share/inkscape/extensions/funcplot.py
--- /usr/share/inkscape/extensions/funcplot.py.orig 2008-06-27 02:07:22.000000000 +0900
+++ /usr/share/inkscape/extensions/funcplot.py 2008-06-27 02:07:58.000000000 +0900
@@ -114,7 +114,7 @@
dx0 = (x1 - x0)/ds
dy0 = (y1 - y0)/ds
else: # derivative given by the user
- dx0 = 0 # Only works for rectangular coordinates
+ dx0 = 1 # Only works for rectangular coordinates
dy0 = fp(xstart)

# Start curve
@@ -138,7 +138,7 @@
dx1 = (x1 - x2)/ds
dy1 = (y1 - y2)/ds
else: # derivative given by the user
- dx1 = 0 # Only works for rectangular coordinates
+ dx1 = 1 # Only works for rectangular coordinates
dy1 = fp(x1)
# create curve
a.append([' C ',
259: 258 2008/06/27(金)14:02 ID:QvThUrWu(2/3) AAS
うーむ、2chだとスペースが削除されてしまうので diff がそのままでは使えんな。>>258
262: 258 2008/06/27(金)15:11 ID:QvThUrWu(3/3) AAS
こうか?
--- /usr/share/inkscape/extensions/funcplot.py.orig 2008-06-27 02:07:22.000000000 +0900
+++ /usr/share/inkscape/extensions/funcplot.py 2008-06-27 02:07:58.000000000 +0900
@@ -114,7 +114,7 @@
         dx0 = (x1 - x0)/ds 
         dy0 = (y1 - y0)/ds
     else: # derivative given by the user
-        dx0 = 0 # Only works for rectangular coordinates
+        dx0 = 1 # Only works for rectangular coordinates
         dy0 = fp(xstart)
 
     # Start curve
@@ -138,7 +138,7 @@
             dx1 = (x1 - x2)/ds
             dy1 = (y1 - y2)/ds
         else: # derivative given by the user
-            dx1 = 0 # Only works for rectangular coordinates
+            dx1 = 1 # Only works for rectangular coordinates
             dy1 = fp(x1)
         # create curve
         a.append([' C ',
前次1-
スレ情報 赤レス抽出 画像レス抽出 歴の未読スレ

ぬこの手 ぬこTOP 0.031s