mirror of https://github.com/webpack/webpack.git
23 lines
6.6 KiB
XML
23 lines
6.6 KiB
XML
|
<?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="306px" preserveAspectRatio="none" style="width:240px;height:306px;" version="1.1" viewBox="0 0 240 306" width="240px" zoomAndPan="magnify"><defs><filter height="300%" id="f72j91hx8lmbk" 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><ellipse cx="74.5122" cy="22.5236" fill="#FEFECE" filter="url(#f72j91hx8lmbk)" rx="44.0122" ry="14.5236" style="stroke: #A80036; stroke-width: 1.5;"/><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacingAndGlyphs" textLength="58" x="45.5122" y="27.1721">example</text><ellipse cx="30.4428" cy="108.7543" fill="#FEFECE" filter="url(#f72j91hx8lmbk)" rx="13.9428" ry="11.7543" style="stroke: #A80036; stroke-width: 1.5;"/><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacingAndGlyphs" textLength="8" x="26.4428" y="113.4027">a</text><ellipse cx="93.6353" cy="108.9083" fill="#FEFECE" filter="url(#f72j91hx8lmbk)" rx="14.1353" ry="11.9083" style="stroke: #A80036; stroke-width: 1.5;"/><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacingAndGlyphs" textLength="9" x="89.1353" y="113.5567">b</text><ellipse cx="49.4411" cy="195.5236" fill="#FEFECE" filter="url(#f72j91hx8lmbk)" rx="36.9411" ry="14.5236" style="stroke: #A80036; stroke-width: 1.5;"/><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacingAndGlyphs" textLength="48" x="25.4411" y="200.1721">shared</text><ellipse cx="49.3051" cy="284.5236" fill="#FEFECE" filter="url(#f72j91hx8lmbk)" rx="43.3051" ry="14.5236" style="stroke: #A80036; stroke-width: 1.5;"/><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacingAndGlyphs" textLength="57" x="20.8051" y="289.1721">shared2</text><ellipse cx="175.3848" cy="22.5236" fill="#FEFECE" filter="url(#f72j91hx8lmbk)" rx="21.3848" ry="14.5236" style="stroke: #A80036; stroke-width: 1.5;"/><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacingAndGlyphs" textLength="26" x="162.3848" y="27.1721">lazy</text><ellipse cx="156.4428" cy="108.7543" fill="#FEFECE" filter="url(#f72j91hx8lmbk)" rx="13.9428" ry="11.7543" style="stroke: #A80036; stroke-width: 1.5;"/><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacingAndGlyphs" textLength="8" x="152.4428" y="113.4027">c</text><ellipse cx="219.6353" cy="108.9083" fill="#FEFECE" filter="url(#f72j91hx8lmbk)" rx="14.1353" ry="11.9083" style="stroke: #A80036; stroke-width: 1.5;"/><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacingAndGlyphs" textLength="9" x="215.1353" y="113.5567">d</text><ellipse cx="156.4282" cy="195.6426" fill="#FEFECE" filter="url(#f72j91hx8lmbk)" rx="16.9282" ry="14.1426" style="stroke: #A80036; stroke-width: 1.5;"/><text fill="#000000" font-family="sans-serif" font-size="14" lengthAdjust="spacingAndGlyphs" textLength="19" x="146.9282" y="200.291">cjs</text><!--link example to a--><path d="M67.4306,37.076 C59.4612,52.381 46.5424,77.191 38.2888,93.042 " fill="none" id="example-a" style="stroke: #A80036; stroke-width: 1.0;"/><polygon fill="#A80036" points="35.8877,97.653,43.593,91.5188,38.1975,93.2185,36.4978,87.8231,35.8877,97.653" style="stroke: #A80036; stroke-width: 1.0;"/><!--link example to b--><path d="M77.5527,37.076 C80.9267,52.082 86.355,76.224 89.9251,92.101 " fill="none" id="example-b" style="stroke: #A80036; stroke-width: 1.0;"/><polygon fill="#A80036" points="91.0589,97.144,92.9866,87.4856,89.9618,92.2659,85.1815,89.2411,91.0589,97.144" style="stroke: #A80036; stroke-width: 1.0;"/><!--link a to shared--><path d="M32.9839,121.047 C36.1198,
|
||
|
@startuml
|
||
|
(example) - -> (a)
|
||
|
(example) - -> (b)
|
||
|
(a) - -> (shared)
|
||
|
(shared) - -> (shared2)
|
||
|
(example) ..right..> (lazy)
|
||
|
(lazy) - -> (c)
|
||
|
(lazy) - -> (d)
|
||
|
(c) - -> (shared)
|
||
|
(c) - -> (cjs)
|
||
|
@enduml
|
||
|
|
||
|
PlantUML version 1.2017.13(Wed May 10 16:52:33 UTC 2017)
|
||
|
(GPL source distribution)
|
||
|
Java Runtime: Java(TM) SE Runtime Environment
|
||
|
JVM: Java HotSpot(TM) 64-Bit Server VM
|
||
|
Java Version: 1.7.0_25-b15
|
||
|
Operating System: Linux
|
||
|
Default Encoding: UTF-8
|
||
|
Language: en
|
||
|
Country: US
|
||
|
--></g></svg>
|