1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="application/ecmascript" contentStyleType="text/css" height="90px" preserveAspectRatio="none" style="width:251px;height:90px;background:#FFFFFF;" version="1.1" viewBox="0 0 251 90" width="251px" zoomAndPan="magnify"><defs><filter height="300%" id="f1x4lwucifqacd" width="300%" x="-1" y="-1"><feGaussianBlur result="blurOut" stdDeviation="2.0"/><feColorMatrix in="blurOut" result="blurOut2" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .4 0"/><feOffset dx="4.0" dy="4.0" in="blurOut2" result="blurOut3"/><feBlend in="SourceGraphic" in2="blurOut3" mode="normal"/></filter></defs><g><!--MD5=[19d16784bb5a3b3b7f2ed42a6c2fedf0]
entity Actor--><ellipse cx="26" cy="14" fill="#FEFECE" filter="url(#f1x4lwucifqacd)" rx="8" ry="8" style="stroke:#A80036;stroke-width:1.5;"/><line style="stroke:#A80036;stroke-width:1.5;" x1="24.0562" x2="33.7603" y1="21.7603" y2="12.0562"/><path d="M26,22 L26,49 M13,30 L39,30 M26,49 L13,64 M26,49 L39,64 " fill="none" filter="url(#f1x4lwucifqacd)" style="stroke:#A80036;stroke-width:1.5;"/><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="40" x="6" y="82.4951">Actor</text><ellipse cx="172.8142" cy="44.7628" fill="#FEFECE" filter="url(#f1x4lwucifqacd)" rx="66.8142" ry="15.7628" style="stroke:#A80036;stroke-width:1.5;"/><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacing" textLength="84" x="127.8142" y="48.5104">Caso de uso</text><line style="stroke:#A80036;stroke-width:1.5;" x1="234.303" x2="217.6369" y1="39.2679" y2="55.934"/><!--MD5=[99bb53aece4e5c83c01f232ca1aab4ff]
link Actor to UC--><path d="M46.2549,45 C60.4585,45 80.7388,45 100.8773,45 " fill="none" id="Actor-to-UC" style="stroke:#A80036;stroke-width:1.0;"/><polygon fill="#A80036" points="105.9905,45,96.9905,41,100.9905,45,96.9905,49,105.9905,45" style="stroke:#A80036;stroke-width:1.0;"/><!--MD5=[9bd9b322893d154fcfc66b0024eb72fb]
@startuml
left to right direction
:Actor:/ as Actor
(Caso de uso)/ as UC
Actor - -> UC
@enduml
PlantUML version 1.2021.7beta1(Unknown compile time)
(GPL source distribution)
Java Runtime: Java(TM) SE Runtime Environment
JVM: Java HotSpot(TM) 64-Bit Server VM
Default Encoding: UTF-8
Language: en
Country: US
--></g></svg>
|