|
@@ -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();
|