Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F112667274
textfield.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, May 12, 03:33
Size
904 B
Mime Type
image/svg
Expires
Wed, May 14, 03:33 (2 d)
Engine
blob
Format
Raw Data
Handle
26102134
Attached To
rNIETZSCHEONLINETOOLS nietzsche-online-tools
textfield.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]="image_height*zoomFactor" [attr.width]="image_width*zoomFactor"
class = 'textfield'>
<svg:g *ngIf="image">
<image [attr.xlink:href]="image.URL" [attr.x]="imageSpec.x" [attr.y]="imageSpec.y" [attr.height]="imageSpec.height" [attr.width]="imageSpec.width"/>
</svg:g>
<svg:g *ngFor="let word of words">
<svg:rect [interactedWord]="word"
[ngClass]="asignClass(word)"
[attr.x]="word.left" [attr.y]="word.top" [attr.height]="word.height" [attr.width]="word.width" [attr.transform]="word.transform">
<title *ngIf="word">Z: {{word.line}}, id: {{word.id}}: {{word.text}} {{ word.edited_text != null ? '>' + word.edited_text : '' }}</title>
</svg:rect>
</svg:g>
</svg>
Event Timeline
Log In to Comment