Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92959442
margin-field.component.html
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Nov 25, 04:05
Size
894 B
Mime Type
image/svg
Expires
Wed, Nov 27, 04:05 (2 d)
Engine
blob
Format
Raw Data
Handle
22544892
Attached To
rNIETZSCHEONLINETOOLS nietzsche-online-tools
margin-field.component.html
View Options
<svg
xmlns:svg=
"http://www.w3.org/2000/svg"
xmlns=
"http://www.w3.org/2000/svg"
xmlns:xhtml=
"http://www.w3.org/1999/xhtml"
[
attr
.
viewBox
]="
viewBox
"
[
attr
.
height
]="
margin_height
*
zoomFactor
"
[
attr
.
width
]="
margin_width
*
zoomFactor
"
class =
'marginfield'
>
<svg:g
*
ngFor=
"let line of lines"
>
<svg:g
*
ngIf=
"line.id % 2 == 0"
>
<svg:rect
[
attr
.
x
]="
line_x-1
"
[
attr
.
y
]="
line
.
bottom
+
1-line_height
"
[
attr
.
height
]="
line_height
"
[
attr
.
width
]="
line
.
id
>
9 ? line_length + line_length/2 : line_length"
[ngClass]="{
'marginfield unhighlighted': true,
'marginfield highlight': highlight(line) }" >
</svg:rect>
<svg:text
class=
"text"
[
attr
.
x
]="
line_x
"
[
attr
.
y
]="
line
.
bottom
"
[
interactedLine
]="
line
"
>
{{line.id}}
</svg:text>
</svg:g>
</svg:g>
</svg>
Event Timeline
Log In to Comment