Drawing: added new set of empty templates - issue 1856
|
@ -59,7 +59,6 @@ SOURCE_GROUP("Algorithms" FILES ${DrawingAlgos_SRCS})
|
|||
SET(Drawing_Templates
|
||||
Templates/A3_Landscape.svg
|
||||
Templates/A4_Landscape.svg
|
||||
Templates/A4_Simple.svg
|
||||
)
|
||||
|
||||
if(MSVC)
|
||||
|
|
15
src/Mod/Drawing/Templates/A0_Landscape_plain.svg
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:ev="http://www.w3.org/2001/xml-events"
|
||||
version="1.1"
|
||||
baseProfile="full"
|
||||
width="1189mm"
|
||||
height="841mm"
|
||||
viewBox="0 0 1189 841">
|
||||
|
||||
<!-- DrawingContent -->
|
||||
|
||||
</svg>
|
After Width: | Height: | Size: 419 B |
15
src/Mod/Drawing/Templates/A0_Portrait_plain.svg
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:ev="http://www.w3.org/2001/xml-events"
|
||||
version="1.1"
|
||||
baseProfile="full"
|
||||
width="841mm"
|
||||
height="1189mm"
|
||||
viewBox="0 0 841 1189">
|
||||
|
||||
<!-- DrawingContent -->
|
||||
|
||||
</svg>
|
After Width: | Height: | Size: 419 B |
15
src/Mod/Drawing/Templates/A1_Landscape_plain.svg
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:ev="http://www.w3.org/2001/xml-events"
|
||||
version="1.1"
|
||||
baseProfile="full"
|
||||
width="841mm"
|
||||
height="594mm"
|
||||
viewBox="0 0 841 594">
|
||||
|
||||
<!-- DrawingContent -->
|
||||
|
||||
</svg>
|
After Width: | Height: | Size: 417 B |
15
src/Mod/Drawing/Templates/A1_Portrait_plain.svg
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:ev="http://www.w3.org/2001/xml-events"
|
||||
version="1.1"
|
||||
baseProfile="full"
|
||||
width="594mm"
|
||||
height="841mm"
|
||||
viewBox="0 0 594 841">
|
||||
|
||||
<!-- DrawingContent -->
|
||||
|
||||
</svg>
|
After Width: | Height: | Size: 417 B |
15
src/Mod/Drawing/Templates/A2_Landscape_plain.svg
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:ev="http://www.w3.org/2001/xml-events"
|
||||
version="1.1"
|
||||
baseProfile="full"
|
||||
width="594mm"
|
||||
height="420mm"
|
||||
viewBox="0 0 594 420">
|
||||
|
||||
<!-- DrawingContent -->
|
||||
|
||||
</svg>
|
After Width: | Height: | Size: 417 B |
15
src/Mod/Drawing/Templates/A2_Portrait_plain.svg
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:ev="http://www.w3.org/2001/xml-events"
|
||||
version="1.1"
|
||||
baseProfile="full"
|
||||
width="420mm"
|
||||
height="594mm"
|
||||
viewBox="0 0 420 594">
|
||||
|
||||
<!-- DrawingContent -->
|
||||
|
||||
</svg>
|
After Width: | Height: | Size: 417 B |
15
src/Mod/Drawing/Templates/A3_Landscape_plain.svg
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:ev="http://www.w3.org/2001/xml-events"
|
||||
version="1.1"
|
||||
baseProfile="full"
|
||||
width="420mm"
|
||||
height="297mm"
|
||||
viewBox="0 0 420 297">
|
||||
|
||||
<!-- DrawingContent -->
|
||||
|
||||
</svg>
|
After Width: | Height: | Size: 417 B |
|
@ -1,15 +1,15 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:ev="http://www.w3.org/2001/xml-events"
|
||||
version="1.1"
|
||||
baseProfile="full"
|
||||
width="297mm"
|
||||
height="420mm"
|
||||
viewBox="0 0 297 420">
|
||||
|
||||
<!-- DrawingContent -->
|
||||
|
||||
</svg>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:ev="http://www.w3.org/2001/xml-events"
|
||||
version="1.1"
|
||||
baseProfile="full"
|
||||
width="297mm"
|
||||
height="420mm"
|
||||
viewBox="0 0 297 420">
|
||||
|
||||
<!-- DrawingContent -->
|
||||
|
||||
</svg>
|
Before Width: | Height: | Size: 432 B After Width: | Height: | Size: 417 B |
15
src/Mod/Drawing/Templates/A4_Landscape_plain.svg
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:ev="http://www.w3.org/2001/xml-events"
|
||||
version="1.1"
|
||||
baseProfile="full"
|
||||
width="297mm"
|
||||
height="210mm"
|
||||
viewBox="0 0 297 210">
|
||||
|
||||
<!-- DrawingContent -->
|
||||
|
||||
</svg>
|
After Width: | Height: | Size: 417 B |
15
src/Mod/Drawing/Templates/A4_Portrait_plain.svg
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:ev="http://www.w3.org/2001/xml-events"
|
||||
version="1.1"
|
||||
baseProfile="full"
|
||||
width="210mm"
|
||||
height="297mm"
|
||||
viewBox="0 0 210 297">
|
||||
|
||||
<!-- DrawingContent -->
|
||||
|
||||
</svg>
|
After Width: | Height: | Size: 417 B |