소스 검색

Attempt to prevent WebKit from cleaving graphic in twain

Neal Wilson 11 년 전
부모
커밋
2509b301f0
1개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  1. 5
    2
      config/Reports/chart.xml

+ 5
- 2
config/Reports/chart.xml 파일 보기

@@ -113,6 +113,8 @@
113 113
                 output.writeEndElement();
114 114
                 query.exec("ABORT");
115 115
                 output.writeEndElement();
116
+				output.writeStartElement("p");
117
+				output.writeAttribute("style", "page-break-inside: avoid");
116 118
                 output.writeStartElement("svg");
117 119
                 output.writeAttribute("xmlns", "http://www.w3.org/2000/svg");
118 120
                 output.writeAttribute("width", "7.5in");
@@ -326,7 +328,7 @@
326 328
                         output.writeEndElement();
327 329
                     }
328 330
                     pos++;
329
-                }            
331
+                }
330 332
                 output.writeEndElement();
331 333
                 i = 0;
332 334
                 while(i <= maxy1)
@@ -422,7 +424,7 @@
422 424
                     {
423 425
                         i = days - 1;
424 426
                     }
425
-                }            
427
+                }
426 428
                 output.writeStartElement("rect");
427 429
                 output.writeAttribute("fill", "rgb(0,0,0)");
428 430
                 output.writeAttribute("x", "45");
@@ -493,6 +495,7 @@
493 495
                 output.writeEndElement();
494 496
                 output.writeEndElement();
495 497
                 output.writeEndElement();
498
+				output.writeEndElement();
496 499
                 output.writeEndDocument();
497 500
                 view.setContent(buffer);
498 501
                 buffer.close();

Loading…
취소
저장