[Sie-announce] SIEコード [2132] チケット #23579

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2010年 11月 6日 (土) 23:36:11 JST


Revision: 2132
          http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2132
Author:   dhrname
Date:     2010-11-06 23:36:10 +0900 (Sat, 06 Nov 2010)

Log Message:
-----------
チケット #23579
「ある特定のフォントを使用したtext要素で文字のずれが起きる」を修正。

Ticket Links:
:-----------
    http://sourceforge.jp/projects/sie/tracker/detail/23579

Modified Paths:
--------------
    branches/06x/063/org/w3c/dom/svg.js

Modified: branches/06x/063/org/w3c/dom/svg.js
===================================================================
--- branches/06x/063/org/w3c/dom/svg.js	2010-11-05 14:24:39 UTC (rev 2131)
+++ branches/06x/063/org/w3c/dom/svg.js	2010-11-06 14:36:10 UTC (rev 2132)
@@ -3397,6 +3397,7 @@
       /*Textノードにdiv要素を格納したリストをプロパティとして蓄えておく*/
       tar._tars = [];
       var data = tar.data.replace(/^\s+/, "").replace(/\s+$/, "");
+      tar.data = data;
       for (var i=0, tdli=data.length;i<tdli;++i) {
         var d = document.createElement("div"), dstyle = d.style;
         dstyle.position = "absolute";
@@ -4734,6 +4735,8 @@
   NAIBU.Clip[NAIBU.Clip.length] = this;
   this.addEventListener("beginEvent", function(evt) {
     var tar = evt.target;
+    tar._frame = function() {
+    };
   }, false);
   this.addEventListener("endEvent", function(evt) {
     var tar = evt.target;




Sie-announce メーリングリストの案内
Back to archive index