Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SADE
SADE
Commits
4e954a08
Commit
4e954a08
authored
Jul 10, 2017
by
Mathias Goebel
🎠
Browse files
more attribute constructors
parent
1fd95a71
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/fontane/transform.xqm
View file @
4e954a08
...
...
@@ -128,10 +128,10 @@ typeswitch($node)
then
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 451 46">
{element svg:path {
@id=
"ahihe",
@
fill
=
"none",
@
stroke
=
"darkslategrey",
@
stroke-width
=
"1",
attribute id {
"ahihe"
}
,
attribute
fill
{
"none"
}
,
attribute
stroke
{
"darkslategrey"
}
,
attribute
stroke-width
{
"1"
}
,
attribute d {"M 440.67,14.67 " ||
"C 440.67,14.67 25.33,2.00 7.33,21.33 " ||
"11.33,28.00 422.00,11.33 414.67,20.00 " ||
...
...
@@ -156,10 +156,10 @@ typeswitch($node)
then
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="auto" viewBox="0 0 220 29">
{element svg:path {
@id=
"sl2r1",
@
fill
=
"none",
@
stroke
=
"darkslategrey",
@
stroke-width
=
"1.5",
attribute id {
"sl2r1"
}
,
attribute
fill
{
"none"
}
,
attribute
stroke
{
"darkslategrey"
}
,
attribute
stroke-width
{
"1.5"
}
,
attribute d {"M 14.00,18.18 " ||
" C 4.55,19.82 -2.73,27.09 5.27,26.55 " ||
" 65.64,20.91 197.64,-20.00 218.18,16.36 " ||
...
...
@@ -170,10 +170,10 @@ typeswitch($node)
then
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="auto" viewBox="0 0 59 16">
{element svg:path {
@id=
"hsl2r",
@
fill
=
"none",
@
stroke
=
"black",
@
stroke-width
=
"1",
attribute id {
"hsl2r"
}
,
attribute
fill
{
"none"
}
,
attribute
stroke
{
"black"
}
,
attribute
stroke-width
{
"1"
}
,
attribute d {"M 20.55,10.82" ||
" C 20.55,10.82 -8.18,5.55 6.91,5.09 " ||
" 35.18,4.00 57.00,3.91 57.00,3.91"} }
...
...
@@ -207,9 +207,9 @@ typeswitch($node)
then
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="auto" viewBox="0 0 418 40">
{element svg:path {
@
fill
=
"none",
@
stroke
=
"darkslategrey",
@
stroke-width
=
"1",
attribute
fill
{
"none"
}
,
attribute
stroke
{
"darkslategrey"
}
,
attribute
stroke-width
{
"1"
}
,
attribute d {"M 408.00,13.50" ||
" C -6.50,51.50 -4.50,22.50 17.00,16.00" ||
" 17.00,16.00 35.50,12.50 35.50,12.50"}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment