Afirma + documentation
@@ -0,0 +1,53 @@
|
||||
## ALMA: Arnaud Legoux Moving Average
|
||||
|
||||
### Concept
|
||||
|
||||
ALMA is a moving average designed to reduce the lag of traditional moving averages while maintaining smoothness. It uses a Gaussian distribution to weight the price data, allowing for greater flexibility in balancing smoothness and responsiveness.
|
||||
|
||||
### Origin
|
||||
|
||||
ALMA was developed by *Arnaud Legoux and Dimitrios Kouzis-Loukas*, introduced in 2009. It was created to address the limitations of traditional moving averages, particularly the lag issue in trend identification and signal generation.
|
||||
|
||||
### Key Features
|
||||
|
||||
1. **Gaussian Distribution**: Uses a Gaussian (normal) distribution to weight price data, concentrating the most weight around a specific point.
|
||||
2. **Offset Parameter**: Allows shifting the Gaussian distribution to the left or right, affecting the lag and responsiveness.
|
||||
3. **Sigma Parameter**: Controls the width of the Gaussian distribution, affecting the smoothness of the average.
|
||||
4. **Lag Reduction**: Designed to minimize lag while maintaining a smooth output.
|
||||
|
||||
### Usage
|
||||
|
||||
1. **Trend Identification**: ALMA can identify trends more quickly than traditional moving averages due to its reduced lag.
|
||||
2. **Signal Generation**: Crossovers between ALMA and price, or between different ALMA settings, can generate trading signals.
|
||||
3. **Support and Resistance**: ALMA can act as dynamic support and resistance levels.
|
||||
4. **Smoothing Price Action**: Useful for smoothing noisy price data while preserving important trend information.
|
||||
|
||||
### Advantages
|
||||
|
||||
- Reduces lag compared to simple and exponential moving averages.
|
||||
- Highly customizable through its offset and sigma parameters.
|
||||
- Can be tuned to be more responsive or more smooth based on trading preferences.
|
||||
- Potentially more effective in capturing short-term price movements.
|
||||
|
||||
### Considerations
|
||||
|
||||
- **Offset Parameter**: Ranges from 0 to 1, determining the distribution's center of weight.
|
||||
- 0 results in a simple moving average (more lag, very smooth).
|
||||
- 1 creates a weighted average focused on the most recent prices (less lag, less smooth).
|
||||
- 0.85 is often used as a default, balancing lag reduction and smoothness.
|
||||
|
||||
- **Sigma Parameter**: Controls the Gaussian distribution's width.
|
||||
- Lower values create a narrower distribution, focusing on fewer price bars.
|
||||
- Higher values create a wider distribution, incorporating more price bars.
|
||||
- 6 is often used as a default value.
|
||||
|
||||
- **Period**: As with other moving averages, determines how many price bars are included in the calculation.
|
||||
|
||||
- **Balancing Responsiveness and Stability**:
|
||||
- Adjusting offset and sigma allows fine-tuning between quick response to price changes and stability in noisy markets.
|
||||
- Higher offset and lower sigma increase responsiveness but may lead to more false signals in volatile markets.
|
||||
- Lower offset and higher sigma increase smoothness but may introduce more lag.
|
||||
|
||||
- **Computational Complexity**: More complex to calculate than simple moving averages, which may be a consideration in high-frequency trading systems.
|
||||
|
||||
- **Interpretation**: Due to its unique weighting system, ALMA may behave differently from traditional moving averages in certain market conditions, requiring careful interpretation.
|
||||
@@ -43,7 +43,9 @@ Dictionary<string, double[]> Data = new Dictionary<string, double[]>
|
||||
|
||||
String Name = "ALMA";
|
||||
int p = 10;
|
||||
Func<int, AbstractBase> Indicator = period => new Alma(period);
|
||||
double offset = 0.85;
|
||||
double sigma = 6.0;
|
||||
Func<int, AbstractBase> Indicator = period => new Alma(period, offset: offset, sigma: sigma);
|
||||
|
||||
foreach (var item in Data) {
|
||||
string Signal = item.Key;
|
||||
@@ -54,7 +56,7 @@ foreach (var item in Data) {
|
||||
Plot plt = new();
|
||||
var p1a = plt.Add.Signal(Input[24..]); p1a.Color = ScottPlot.Colors.Red; p1a.LineWidth = 2;
|
||||
var p1b = plt.Add.Signal(Output.v.ToArray()[24..]); p1b.Color = ScottPlot.Colors.Blue; p1b.LineWidth = 4;
|
||||
plt.Title($"{Signal} - {Name}({p})");
|
||||
plt.Title($"{Signal} - {Name}({p}, {offset:F2}, {sigma:F2})");
|
||||
plt.Display();
|
||||
plt.SaveSvg($"img/{Name}{p}_{Signal}.svg", 450, 300);
|
||||
}
|
||||
|
||||
@@ -3,10 +3,10 @@
|
||||
<rect fill="white" width="450" height="300"/>
|
||||
<path fill="none" stroke="#010101" stroke-width="1" stroke-miterlimit="4" stroke-opacity="0.098039217" d="M58.2771 270.039L58.2771 46.2813M83.5435 270.039L83.5435 46.2813M108.81 270.039L108.81 46.2813M134.076 270.039L134.076 46.2813M159.343 270.039L159.343 46.2813M184.609 270.039L184.609 46.2813M209.876 270.039L209.876 46.2813M235.142 270.039L235.142 46.2813M260.409 270.039L260.409 46.2813M285.675 270.039L285.675 46.2813M310.942 270.039L310.942 46.2813M336.208 270.039L336.208 46.2813M361.475 270.039L361.475 46.2813M386.741 270.039L386.741 46.2813M412.008 270.039L412.008 46.2813"/>
|
||||
<path fill="none" stroke="#010101" stroke-width="1" stroke-miterlimit="4" stroke-opacity="0.098039217" d="M40.3379 255.446L435 255.446M40.3379 206.803L435 206.803M40.3379 158.16L435 158.16M40.3379 109.517L435 109.517M40.3379 60.8741L435 60.8741"/>
|
||||
<clipPath id="cl_37">
|
||||
<clipPath id="cl_277">
|
||||
<rect x="40.337891" y="46.28125" width="394.66211" height="223.75781"/>
|
||||
</clipPath>
|
||||
<g clip-path="url(#cl_37)">
|
||||
<g clip-path="url(#cl_277)">
|
||||
<path fill="none" stroke="red" stroke-width="2" stroke-miterlimit="4" d="M58.2771 197.075L58.2771 197.075L63.3304 119.246L68.3837 197.075L73.437 119.246L78.4902 197.075L83.5435 158.16L88.5968 185.4L93.6501 118.273L98.7034 210.695L103.757 94.9243L108.81 231.125L113.863 76.4399L118.917 246.69L123.97 64.7656L129.023 254.473L134.076 60.8741L139.13 254.473L144.183 64.7656L149.236 247.663L154.29 75.4671L159.343 233.07L164.396 92.9785L169.45 212.64L174.503 115.354L179.556 187.346L184.609 141.622L189.663 161.079L194.716 168.862L199.769 133.839L204.823 196.102L209.876 108.544L214.929 219.45L219.982 87.1414L225.036 237.935L230.089 71.5756L235.142 250.582L240.196 62.8199L245.249 255.446L250.302 61.847L255.355 252.528L260.409 67.6842L265.462 241.826L270.515 82.2771L275.569 225.288L280.622 101.734L285.675 202.912L290.729 126.056L295.782 176.645L300.835 153.296L305.888 149.404L310.942 180.536L315.995 123.137L321.048 205.83L326.102 98.8157L331.155 227.233L336.208 79.3585L341.261 243.772L346.315 66.7113L351.368 253.5L356.421 60.8741L361.475 255.446L366.528 62.8199L371.581 249.609L376.634 72.5485L381.688 235.989L386.741 89.0871L391.794 216.532L396.848 111.463L401.901 192.21L406.954 136.757L412.008 165.943L417.061 163.997"/>
|
||||
<ellipse fill="red" cx="58.277077" cy="197.07455" rx="0.40212631" ry="0.40213013"/>
|
||||
<ellipse fill="red" cx="63.330368" cy="119.24576" rx="0.40212631" ry="0.4021225"/>
|
||||
@@ -81,10 +81,10 @@
|
||||
<ellipse fill="red" cx="412.00751" cy="165.94304" rx="0.40213013" ry="0.40213013"/>
|
||||
<ellipse fill="red" cx="417.06082" cy="163.99731" rx="0.40213013" ry="0.40213013"/>
|
||||
</g>
|
||||
<clipPath id="cl_38">
|
||||
<clipPath id="cl_278">
|
||||
<rect x="40.337891" y="46.28125" width="394.66211" height="223.75781"/>
|
||||
</clipPath>
|
||||
<g clip-path="url(#cl_38)">
|
||||
<g clip-path="url(#cl_278)">
|
||||
<path fill="none" stroke="blue" stroke-width="4" stroke-miterlimit="4" d="M58.2771 161.002L58.2771 161.002L63.3304 155.319L68.3837 161.002L73.437 155.319L78.4902 161.002L83.5435 163.029L88.5968 169.16L93.6501 161.905L98.7034 167.02L103.757 154.973L108.81 164.578L113.863 151.945L118.917 164.9L123.97 151.138L129.023 165.264L134.076 151.069L139.13 165.077L144.183 151.554L149.236 164.505L154.29 152.673L159.343 163.35L164.396 154.083L169.45 161.663L174.503 155.707L179.556 159.513L184.609 157.418L189.663 157.475L194.716 159.496L199.769 155.63L204.823 161.6L209.876 154.085L214.929 163.362L219.982 152.707L225.036 164.523L230.089 151.658L235.142 165.26L240.196 151.273L245.249 165.482L250.302 151.439L255.355 165.087L260.409 151.945L265.462 163.847L270.515 152.96L275.569 162.522L280.622 154.661L285.675 160.864L290.729 156.529L295.782 158.802L300.835 158.46L305.888 156.803L310.942 160.472L315.995 155.031L321.048 162.349L326.102 153.348L331.155 163.636L336.208 151.822L341.261 164.475L346.315 151.029L351.368 165.114L356.421 150.959L361.475 165.177L366.528 151.358L371.581 164.574L376.634 152.27L381.688 163.383L386.741 153.553L391.794 161.747L396.848 155.295L401.901 159.929L406.954 157.183L412.008 157.933L417.061 159.196"/>
|
||||
<ellipse fill="blue" cx="58.277077" cy="161.00175" rx="0.40212631" ry="0.40213013"/>
|
||||
<ellipse fill="blue" cx="63.330368" cy="155.31856" rx="0.40212631" ry="0.40213013"/>
|
||||
@@ -324,7 +324,7 @@
|
||||
<path fill="none" stroke="black" stroke-width="1" stroke-miterlimit="4" d="M40.3379 51.1456L38.3379 51.1456"/>
|
||||
<path fill="none" stroke="black" stroke-width="1" stroke-miterlimit="4" d="M40.3379 270.039L40.3379 46.2813"/>
|
||||
<path fill="none" stroke="black" stroke-width="1" stroke-miterlimit="4" d="M435 270.039L435 46.2813"/>
|
||||
<text transform="translate(237.669 31.2813)" font-size="16" font-weight="600" font-family="Segoe UI" x="-50.882813, -40.625, -36.210938, -29.742188, -25.328125, -14.078125, -5.8984375, 9.4140625, 20.664063, 26.570313, 35.773438, 44.976563, " y="-6.890625, ">
|
||||
B - ALMA(10)
|
||||
<text transform="translate(237.669 31.2813)" font-size="16" font-weight="600" font-family="Segoe UI" x="-91.578125, -81.320313, -76.90625, -70.4375, -66.023438, -54.773438, -46.59375, -31.28125, -20.03125, -14.125, -4.921875, 4.28125, 8.6171875, 13.03125, 22.234375, 26.570313, 35.773438, 44.976563, 49.3125, 53.726563, 62.929688, 67.265625, 76.46875, 85.671875, " y="-6.890625, ">
|
||||
B - ALMA(10, 0.85, 6.00)
|
||||
</text>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
@@ -3,10 +3,10 @@
|
||||
<rect fill="white" width="450" height="300"/>
|
||||
<path fill="none" stroke="#010101" stroke-width="1" stroke-miterlimit="4" stroke-opacity="0.098039217" d="M58.2771 270.039L58.2771 46.2813M83.5435 270.039L83.5435 46.2813M108.81 270.039L108.81 46.2813M134.076 270.039L134.076 46.2813M159.343 270.039L159.343 46.2813M184.609 270.039L184.609 46.2813M209.876 270.039L209.876 46.2813M235.142 270.039L235.142 46.2813M260.409 270.039L260.409 46.2813M285.675 270.039L285.675 46.2813M310.942 270.039L310.942 46.2813M336.208 270.039L336.208 46.2813M361.475 270.039L361.475 46.2813M386.741 270.039L386.741 46.2813M412.008 270.039L412.008 46.2813"/>
|
||||
<path fill="none" stroke="#010101" stroke-width="1" stroke-miterlimit="4" stroke-opacity="0.098039217" d="M40.3379 255.446L435 255.446M40.3379 206.803L435 206.803M40.3379 158.16L435 158.16M40.3379 109.517L435 109.517M40.3379 60.8741L435 60.8741"/>
|
||||
<clipPath id="cl_25">
|
||||
<clipPath id="cl_265">
|
||||
<rect x="40.337891" y="46.28125" width="394.66211" height="223.75781"/>
|
||||
</clipPath>
|
||||
<g clip-path="url(#cl_25)">
|
||||
<g clip-path="url(#cl_265)">
|
||||
<path fill="none" stroke="red" stroke-width="2" stroke-miterlimit="4" d="M58.2771 158.16L58.2771 158.16L63.3304 157.187L68.3837 158.16L73.437 157.187L78.4902 158.16L83.5435 157.187L88.5968 67.6842L93.6501 131.893L98.7034 215.559L103.757 255.446L108.81 227.233L113.863 153.296L118.917 85.1956L123.97 60.8741L129.023 92.9785L134.076 158.16L139.13 223.342L144.183 254.473L149.236 240.853L154.29 191.237L159.343 128.001L164.396 79.3585L169.45 60.8741L174.503 78.3856L179.556 124.11L184.609 179.563L189.663 227.233L194.716 253.5L199.769 250.582L204.823 222.369L209.876 177.617L214.929 128.001L219.982 88.1142L225.036 64.7656L230.089 62.8199L235.142 82.2771L240.196 116.327L245.249 159.133L250.302 199.993L255.355 233.07L260.409 251.555L265.462 254.473L270.515 240.853L275.569 214.586L280.622 180.536L285.675 142.594L290.729 108.544L295.782 81.3042L300.835 65.7384L305.888 60.8741L310.942 68.657L315.995 87.1414L321.048 112.436L326.102 143.567L331.155 174.699L336.208 203.885L341.261 228.206L346.315 245.718L351.368 254.473L356.421 254.473L361.475 245.718L366.528 230.152L371.581 208.749L376.634 183.455L381.688 157.187L386.741 130.92L391.794 106.599L396.848 87.1414L401.901 72.5485L406.954 63.7927L412.008 60.8741L417.061 63.7927"/>
|
||||
<ellipse fill="red" cx="58.277077" cy="158.16016" rx="0.40212631" ry="0.40213013"/>
|
||||
<ellipse fill="red" cx="63.330368" cy="157.18729" rx="0.40212631" ry="0.40213013"/>
|
||||
@@ -81,10 +81,10 @@
|
||||
<ellipse fill="red" cx="412.00751" cy="60.874146" rx="0.40213013" ry="0.40212631"/>
|
||||
<ellipse fill="red" cx="417.06082" cy="63.792725" rx="0.40213013" ry="0.4021244"/>
|
||||
</g>
|
||||
<clipPath id="cl_26">
|
||||
<clipPath id="cl_266">
|
||||
<rect x="40.337891" y="46.28125" width="394.66211" height="223.75781"/>
|
||||
</clipPath>
|
||||
<g clip-path="url(#cl_26)">
|
||||
<g clip-path="url(#cl_266)">
|
||||
<path fill="none" stroke="blue" stroke-width="4" stroke-miterlimit="4" d="M58.2771 157.709L58.2771 157.709L63.3304 157.638L68.3837 157.709L73.437 157.638L78.4902 157.709L83.5435 157.638L88.5968 139.781L93.6501 128.28L98.7034 139.211L103.757 170.858L108.81 201.176L113.863 205.948L118.917 179.692L123.97 138.418L129.023 107.736L134.076 105.466L139.13 132.751L144.183 174.458L149.236 209.175L154.29 220.264L159.343 203.004L164.396 165.845L169.45 124.757L174.503 96.2385L179.556 90.9042L184.609 109.897L189.663 145.82L194.716 186.26L199.769 218.085L204.823 231.969L209.876 224.553L214.929 198.582L219.982 161.915L225.036 124.294L230.089 94.9247L235.142 80.4497L240.196 83.3853L245.249 102.53L250.302 133.097L255.355 168.589L260.409 201.88L265.462 227.033L270.515 239.86L275.569 238.713L280.622 224.451L285.675 199.694L290.729 168.782L295.782 136.465L300.835 107.602L305.888 85.8083L310.942 73.6725L315.995 72.3525L321.048 81.3842L326.102 99.4292L331.155 123.907L336.208 151.853L341.261 180.174L346.315 206.037L351.368 226.96L356.421 241.124L361.475 247.397L366.528 245.595L371.581 236.217L376.634 220.344L381.688 199.64L386.741 175.892L391.794 150.945L396.848 126.826L401.901 105.264L406.954 87.6829L412.008 75.0307L417.061 67.8391"/>
|
||||
<ellipse fill="blue" cx="58.277077" cy="157.70924" rx="0.40212631" ry="0.40213013"/>
|
||||
<ellipse fill="blue" cx="63.330368" cy="157.63821" rx="0.40212631" ry="0.40213013"/>
|
||||
@@ -324,7 +324,7 @@
|
||||
<path fill="none" stroke="black" stroke-width="1" stroke-miterlimit="4" d="M40.3379 51.1456L38.3379 51.1456"/>
|
||||
<path fill="none" stroke="black" stroke-width="1" stroke-miterlimit="4" d="M40.3379 270.039L40.3379 46.2813"/>
|
||||
<path fill="none" stroke="black" stroke-width="1" stroke-miterlimit="4" d="M435 270.039L435 46.2813"/>
|
||||
<text transform="translate(237.669 31.2813)" font-size="16" font-weight="600" font-family="Segoe UI" x="-65.980469, -55.996094, -46.363281, -41.816406, -35.449219, -25.527344, -21.113281, -14.644531, -10.230469, 1.0195313, 9.1992188, 24.511719, 35.761719, 41.667969, 50.871094, 60.074219, " y="-6.890625, ">
|
||||
Chirp - ALMA(10)
|
||||
<text transform="translate(237.669 31.2813)" font-size="16" font-weight="600" font-family="Segoe UI" x="-106.67578, -96.691406, -87.058594, -82.511719, -76.144531, -66.222656, -61.808594, -55.339844, -50.925781, -39.675781, -31.496094, -16.183594, -4.9335938, 0.97265625, 10.175781, 19.378906, 23.714844, 28.128906, 37.332031, 41.667969, 50.871094, 60.074219, 64.410156, 68.824219, 78.027344, 82.363281, 91.566406, 100.76953, " y="-6.890625, ">
|
||||
Chirp - ALMA(10, 0.85, 6.00)
|
||||
</text>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
@@ -3,10 +3,10 @@
|
||||
<rect fill="white" width="450" height="300"/>
|
||||
<path fill="none" stroke="#010101" stroke-width="1" stroke-miterlimit="4" stroke-opacity="0.098039217" d="M58.2771 270.039L58.2771 46.2813M83.5435 270.039L83.5435 46.2813M108.81 270.039L108.81 46.2813M134.076 270.039L134.076 46.2813M159.343 270.039L159.343 46.2813M184.609 270.039L184.609 46.2813M209.876 270.039L209.876 46.2813M235.142 270.039L235.142 46.2813M260.409 270.039L260.409 46.2813M285.675 270.039L285.675 46.2813M310.942 270.039L310.942 46.2813M336.208 270.039L336.208 46.2813M361.475 270.039L361.475 46.2813M386.741 270.039L386.741 46.2813M412.008 270.039L412.008 46.2813"/>
|
||||
<path fill="none" stroke="#010101" stroke-width="1" stroke-miterlimit="4" stroke-opacity="0.098039217" d="M40.3379 264.922L435 264.922M40.3379 233.336L435 233.336M40.3379 201.749L435 201.749M40.3379 170.163L435 170.163M40.3379 138.577L435 138.577M40.3379 106.99L435 106.99M40.3379 75.4039L435 75.4039"/>
|
||||
<clipPath id="cl_55">
|
||||
<clipPath id="cl_295">
|
||||
<rect x="40.337891" y="46.28125" width="394.66211" height="223.75781"/>
|
||||
</clipPath>
|
||||
<g clip-path="url(#cl_55)">
|
||||
<g clip-path="url(#cl_295)">
|
||||
<path fill="none" stroke="red" stroke-width="2" stroke-miterlimit="4" d="M58.2771 170.163L58.2771 170.163L63.3304 169.531L68.3837 170.163L73.437 169.531L78.4902 170.163L83.5435 169.531L88.5968 88.0384L93.6501 151.211L98.7034 200.486L103.757 239.653L108.81 242.18L113.863 172.058L118.917 100.041L123.97 109.517L129.023 130.364L134.076 183.429L139.13 231.441L144.183 216.279L149.236 211.225L154.29 173.953L159.343 137.945L164.396 101.936L169.45 107.622L174.503 124.679L179.556 162.582L184.609 192.273L189.663 240.916L194.716 246.602L199.769 234.599L204.823 225.123L209.876 162.582L214.929 161.951L219.982 155.002L225.036 90.5653L230.089 79.1942L235.142 133.523L240.196 110.149L245.249 221.965L250.302 213.12L255.355 232.072L260.409 238.39L265.462 244.075L270.515 212.489L275.569 173.953L280.622 166.373L285.675 132.259L290.729 126.574L295.782 196.064L300.835 86.1432L305.888 91.8288L310.942 108.254L315.995 106.359L321.048 118.993L326.102 141.735L331.155 189.115L336.208 187.851L341.261 247.234L346.315 189.747L351.368 255.446L356.421 218.806L361.475 241.548L366.528 201.749L371.581 178.375L376.634 178.375L381.688 190.378L386.741 188.483L391.794 151.211L396.848 93.0922L401.901 122.783L406.954 60.8741L412.008 69.7183L417.061 70.3501"/>
|
||||
<ellipse fill="red" cx="58.277077" cy="170.16296" rx="0.40212631" ry="0.40213013"/>
|
||||
<ellipse fill="red" cx="63.330368" cy="169.53125" rx="0.40212631" ry="0.40213013"/>
|
||||
@@ -81,10 +81,10 @@
|
||||
<ellipse fill="red" cx="412.00751" cy="69.718338" rx="0.40213013" ry="0.4021225"/>
|
||||
<ellipse fill="red" cx="417.06082" cy="70.350067" rx="0.40213013" ry="0.4021225"/>
|
||||
</g>
|
||||
<clipPath id="cl_56">
|
||||
<clipPath id="cl_296">
|
||||
<rect x="40.337891" y="46.28125" width="394.66211" height="223.75781"/>
|
||||
</clipPath>
|
||||
<g clip-path="url(#cl_56)">
|
||||
<g clip-path="url(#cl_296)">
|
||||
<path fill="none" stroke="blue" stroke-width="4" stroke-miterlimit="4" d="M58.2771 169.87L58.2771 169.87L63.3304 169.824L68.3837 169.87L73.437 169.824L78.4902 169.87L83.5435 169.824L88.5968 153.597L93.6501 144.096L98.7034 150.012L103.757 173.368L108.81 201.27L113.863 209.213L118.917 188.269L123.97 157.876L129.023 135.88L134.076 137.167L139.13 160.575L144.183 186.08L149.236 203.572L154.29 203.681L159.343 187.849L164.396 161.01L169.45 136.532L174.503 123.134L179.556 126.848L184.609 144.324L189.663 173.796L194.716 203.198L199.769 223.123L204.823 231.014L209.876 218.72L214.929 199.188L219.982 179.612L225.036 153.315L230.089 126.691L235.142 115.122L240.196 110.436L245.249 132.996L250.302 161.987L255.355 191.5L260.409 213.86L265.462 228.421L270.515 230.52L275.569 218.763L280.622 200.808L285.675 177.571L290.729 156.578L295.782 155.098L300.835 143.094L305.888 128.316L310.942 115.413L315.995 107.44L321.048 107.711L326.102 115.977L331.155 135.249L336.208 155.88L341.261 184.239L346.315 198.576L351.368 215.373L356.421 222.367L361.475 228.947L366.528 225.965L371.581 214.253L376.634 200.174L381.688 191.062L386.741 187.3L391.794 179.755L396.848 158.958L401.901 140.149L406.954 114.902L412.008 94.8925L417.061 81.169"/>
|
||||
<ellipse fill="blue" cx="58.277077" cy="169.87018" rx="0.40212631" ry="0.40213013"/>
|
||||
<ellipse fill="blue" cx="63.330368" cy="169.82404" rx="0.40212631" ry="0.40213013"/>
|
||||
@@ -342,7 +342,7 @@
|
||||
<path fill="none" stroke="black" stroke-width="1" stroke-miterlimit="4" d="M40.3379 50.1348L38.3379 50.1348"/>
|
||||
<path fill="none" stroke="black" stroke-width="1" stroke-miterlimit="4" d="M40.3379 270.039L40.3379 46.2813"/>
|
||||
<path fill="none" stroke="black" stroke-width="1" stroke-miterlimit="4" d="M435 270.039L435 46.2813"/>
|
||||
<text transform="translate(237.669 31.2813)" font-size="16" font-weight="600" font-family="Segoe UI" x="-71.667969, -61.683594, -52.050781, -47.503906, -41.136719, -31.214844, -19.839844, -15.425781, -8.9570313, -4.5429688, 6.7070313, 14.886719, 30.199219, 41.449219, 47.355469, 56.558594, 65.761719, " y="-6.890625, ">
|
||||
ChirpG - ALMA(10)
|
||||
<text transform="translate(237.669 31.2813)" font-size="16" font-weight="600" font-family="Segoe UI" x="-112.36328, -102.37891, -92.746094, -88.199219, -81.832031, -71.910156, -60.535156, -56.121094, -49.652344, -45.238281, -33.988281, -25.808594, -10.496094, 0.75390625, 6.6601563, 15.863281, 25.066406, 29.402344, 33.816406, 43.019531, 47.355469, 56.558594, 65.761719, 70.097656, 74.511719, 83.714844, 88.050781, 97.253906, 106.45703, " y="-6.890625, ">
|
||||
ChirpG - ALMA(10, 0.85, 6.00)
|
||||
</text>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
@@ -3,10 +3,10 @@
|
||||
<rect fill="white" width="450" height="300"/>
|
||||
<path fill="none" stroke="#010101" stroke-width="1" stroke-miterlimit="4" stroke-opacity="0.098039217" d="M57.3878 270.039L57.3878 46.2813M82.7139 270.039L82.7139 46.2813M108.04 270.039L108.04 46.2813M133.366 270.039L133.366 46.2813M158.692 270.039L158.692 46.2813M184.018 270.039L184.018 46.2813M209.344 270.039L209.344 46.2813M234.671 270.039L234.671 46.2813M259.997 270.039L259.997 46.2813M285.323 270.039L285.323 46.2813M310.649 270.039L310.649 46.2813M335.975 270.039L335.975 46.2813M361.301 270.039L361.301 46.2813M386.627 270.039L386.627 46.2813M411.953 270.039L411.953 46.2813"/>
|
||||
<path fill="none" stroke="#010101" stroke-width="1" stroke-miterlimit="4" stroke-opacity="0.098039217" d="M39.4063 239.46L435 239.46M39.4063 197.39L435 197.39M39.4063 155.32L435 155.32M39.4063 113.251L435 113.251M39.4063 71.1812L435 71.1812"/>
|
||||
<clipPath id="cl_5b">
|
||||
<clipPath id="cl_29b">
|
||||
<rect x="39.40625" y="46.28125" width="395.59375" height="223.75781"/>
|
||||
</clipPath>
|
||||
<g clip-path="url(#cl_5b)">
|
||||
<g clip-path="url(#cl_29b)">
|
||||
<path fill="none" stroke="red" stroke-width="2" stroke-miterlimit="4" d="M57.3878 132.182L57.3878 132.182L62.453 121.665L67.5182 132.182L72.5835 121.665L77.6487 132.182L82.7139 121.665L87.7791 125.03L92.8443 107.571L97.9095 112.409L102.975 92.4264L108.04 123.979L113.105 119.982L118.17 148.169L123.236 104.837L128.301 154.269L133.366 146.907L138.431 151.113L143.497 109.885L148.562 134.286L153.627 77.071L158.692 148.379L163.757 93.0574L168.823 142.279L173.888 139.334L178.953 220.528L184.018 215.901L189.084 217.373L194.149 239.249L199.214 255.446L204.279 183.928L209.344 198.231L214.41 119.141L219.475 151.955L224.54 117.247L229.605 85.9056L234.671 63.188L239.736 97.4747L244.801 88.2194L249.866 122.716L254.931 60.8741L259.997 102.313L265.062 61.7155L270.127 70.3398L275.192 65.9225L280.258 75.3882L285.323 92.8471L290.388 177.617L295.453 135.968L300.518 155.741L305.584 191.29L310.649 214.428L315.714 186.031L320.779 195.076L325.844 127.555L330.91 121.034L335.975 99.5782L341.04 159.527L346.105 112.409L351.171 181.824L356.236 129.237L361.301 200.756L366.366 207.066L371.431 193.814L376.497 200.545L381.562 189.397L386.627 223.053L391.692 166.048L396.758 161.841L401.823 203.49L406.888 147.327L411.953 155.531L417.018 137.862"/>
|
||||
<ellipse fill="red" cx="57.387787" cy="132.18216" rx="0.40259933" ry="0.40260315"/>
|
||||
<ellipse fill="red" cx="62.453003" cy="121.66476" rx="0.40259933" ry="0.40260315"/>
|
||||
@@ -81,10 +81,10 @@
|
||||
<ellipse fill="red" cx="411.95325" cy="155.53081" rx="0.40258789" ry="0.40260315"/>
|
||||
<ellipse fill="red" cx="417.01846" cy="137.86156" rx="0.40258789" ry="0.40260315"/>
|
||||
</g>
|
||||
<clipPath id="cl_5c">
|
||||
<clipPath id="cl_29c">
|
||||
<rect x="39.40625" y="46.28125" width="395.59375" height="223.75781"/>
|
||||
</clipPath>
|
||||
<g clip-path="url(#cl_5c)">
|
||||
<g clip-path="url(#cl_29c)">
|
||||
<path fill="none" stroke="blue" stroke-width="4" stroke-miterlimit="4" d="M57.3878 127.307L57.3878 127.307L62.453 126.539L67.5182 127.307L72.5835 126.539L77.6487 127.307L82.7139 126.539L87.7791 125.89L92.8443 121.822L97.9095 117.774L102.975 110.627L108.04 109.843L113.105 111.939L118.17 121.075L123.236 122.843L128.301 129.455L133.366 135.369L138.431 141.772L143.497 138.529L148.562 135.017L153.627 120.89L158.692 119.282L163.757 113.933L168.823 118.224L173.888 124.734L178.953 147.468L184.018 173.123L189.084 195.167L194.149 213.149L199.214 228.311L204.279 226.016L209.344 217.878L214.41 192.334L219.475 170.966L224.54 150.137L229.605 129.058L234.671 106.631L239.736 94.0645L244.801 88.0686L249.866 94.1385L254.931 91.8628L259.997 92.5607L265.062 85.694L270.127 79.2405L275.192 73.3514L280.258 71.2585L285.323 75.156L290.388 98.1565L295.453 118.435L300.518 136.341L305.584 153.945L310.649 173.192L315.714 185.175L320.779 192.203L325.844 181.016L330.91 161.846L335.975 138.735L341.04 131.955L346.105 127.025L351.171 137.602L356.236 141.746L361.301 155.551L366.366 172.041L371.431 185.018L376.497 193.881L381.562 195.765L386.627 200.958L391.692 196.5L396.758 187.314L401.823 184.813L406.888 176.577L411.953 169.353L417.018 159.187"/>
|
||||
<ellipse fill="blue" cx="57.387787" cy="127.30746" rx="0.40259933" ry="0.40260315"/>
|
||||
<ellipse fill="blue" cx="62.453003" cy="126.53946" rx="0.40259933" ry="0.40260315"/>
|
||||
@@ -327,7 +327,7 @@
|
||||
<path fill="none" stroke="black" stroke-width="1" stroke-miterlimit="4" d="M39.4063 54.3534L37.4063 54.3534"/>
|
||||
<path fill="none" stroke="black" stroke-width="1" stroke-miterlimit="4" d="M39.4063 270.039L39.4063 46.2813"/>
|
||||
<path fill="none" stroke="black" stroke-width="1" stroke-miterlimit="4" d="M435 270.039L435 46.2813"/>
|
||||
<text transform="translate(237.203 31.2813)" font-size="16" font-weight="600" font-family="Segoe UI" x="-78.945313, -68.960938, -59.179688, -44.523438, -34.601563, -30.054688, -21.398438, -12.5625, -8.1484375, -1.6796875, 2.734375, 13.984375, 22.164063, 37.476563, 48.726563, 54.632813, 63.835938, 73.039063, " y="-6.890625, ">
|
||||
Complex - ALMA(10)
|
||||
<text transform="translate(237.203 31.2813)" font-size="16" font-weight="600" font-family="Segoe UI" x="-119.64063, -109.65625, -99.875, -85.21875, -75.296875, -70.75, -62.09375, -53.257813, -48.84375, -42.375, -37.960938, -26.710938, -18.53125, -3.21875, 8.03125, 13.9375, 23.140625, 32.34375, 36.679688, 41.09375, 50.296875, 54.632813, 63.835938, 73.039063, 77.375, 81.789063, 90.992188, 95.328125, 104.53125, 113.73438, " y="-6.890625, ">
|
||||
Complex - ALMA(10, 0.85, 6.00)
|
||||
</text>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
@@ -3,10 +3,10 @@
|
||||
<rect fill="white" width="450" height="300"/>
|
||||
<path fill="none" stroke="#010101" stroke-width="1" stroke-miterlimit="4" stroke-opacity="0.098039217" d="M58.2771 270.039L58.2771 46.2813M83.5435 270.039L83.5435 46.2813M108.81 270.039L108.81 46.2813M134.076 270.039L134.076 46.2813M159.343 270.039L159.343 46.2813M184.609 270.039L184.609 46.2813M209.876 270.039L209.876 46.2813M235.142 270.039L235.142 46.2813M260.409 270.039L260.409 46.2813M285.675 270.039L285.675 46.2813M310.942 270.039L310.942 46.2813M336.208 270.039L336.208 46.2813M361.475 270.039L361.475 46.2813M386.741 270.039L386.741 46.2813M412.008 270.039L412.008 46.2813"/>
|
||||
<path fill="none" stroke="#010101" stroke-width="1" stroke-miterlimit="4" stroke-opacity="0.098039217" d="M40.3379 235.592L435 235.592M40.3379 185.956L435 185.956M40.3379 136.32L435 136.32M40.3379 86.6847L435 86.6847"/>
|
||||
<clipPath id="cl_31">
|
||||
<clipPath id="cl_271">
|
||||
<rect x="40.337891" y="46.28125" width="394.66211" height="223.75781"/>
|
||||
</clipPath>
|
||||
<g clip-path="url(#cl_31)">
|
||||
<g clip-path="url(#cl_271)">
|
||||
<path fill="none" stroke="red" stroke-width="2" stroke-miterlimit="4" d="M58.2771 176.029L58.2771 176.029L63.3304 96.6119L68.3837 176.029L73.437 96.6119L78.4902 176.029L83.5435 96.6119L88.5968 136.32L93.6501 133.342L98.7034 125.401L103.757 146.248L108.81 179.007L113.863 144.262L118.917 100.583L123.97 140.291L129.023 140.291L134.076 157.167L139.13 166.102L144.183 110.51L149.236 116.466L154.29 108.524L159.343 116.466L164.396 109.517L169.45 137.313L174.503 146.248L179.556 159.153L184.609 149.226L189.663 177.022L194.716 159.153L199.769 143.269L204.823 157.167L209.876 104.554L214.929 154.189L219.982 183.971L225.036 106.539L230.089 90.6556L235.142 156.175L240.196 84.6993L245.249 216.73L250.302 161.138L255.355 157.167L260.409 148.233L265.462 154.189L270.515 118.452L275.569 84.6993L280.622 107.532L285.675 92.641L290.729 118.452L295.782 255.446L300.835 98.5973L305.888 112.495L310.942 130.364L315.995 108.524L321.048 102.568L326.102 106.539L331.155 149.226L336.208 117.459L341.261 185.956L346.315 77.7503L351.368 172.058L356.421 114.481L361.475 159.153L366.528 112.495L371.581 97.6046L376.634 123.415L381.688 169.08L386.741 192.905L391.794 159.153L396.848 87.6774L401.901 149.226L406.954 60.8741L412.008 77.7503L417.061 75.7649"/>
|
||||
<ellipse fill="red" cx="58.277077" cy="176.02902" rx="0.40212631" ry="0.40213013"/>
|
||||
<ellipse fill="red" cx="63.330368" cy="96.611862" rx="0.40212631" ry="0.4021225"/>
|
||||
@@ -81,10 +81,10 @@
|
||||
<ellipse fill="red" cx="412.00751" cy="77.75029" rx="0.40213013" ry="0.4021225"/>
|
||||
<ellipse fill="red" cx="417.06082" cy="75.764862" rx="0.40213013" ry="0.4021225"/>
|
||||
</g>
|
||||
<clipPath id="cl_32">
|
||||
<clipPath id="cl_272">
|
||||
<rect x="40.337891" y="46.28125" width="394.66211" height="223.75781"/>
|
||||
</clipPath>
|
||||
<g clip-path="url(#cl_32)">
|
||||
<g clip-path="url(#cl_272)">
|
||||
<path fill="none" stroke="blue" stroke-width="4" stroke-miterlimit="4" d="M58.2771 139.22L58.2771 139.22L63.3304 133.421L68.3837 139.22L73.437 133.421L78.4902 139.22L83.5435 133.421L88.5968 131.352L93.6501 130.014L98.7034 128.948L103.757 132.305L108.81 143.363L113.863 149.648L118.917 142.977L123.97 137.187L129.023 133.904L134.076 138.24L139.13 147.181L144.183 144.702L149.236 136.765L154.29 125.62L159.343 118.354L164.396 114.094L169.45 117.557L174.503 125.602L179.556 136.883L184.609 144.964L189.663 154.621L194.716 159.56L199.769 158.395L204.823 156.628L209.876 144.877L214.929 140.684L219.982 147.338L225.036 144.403L230.089 132.533L235.142 129.124L240.196 118.765L245.249 134.681L250.302 149.047L255.355 159.207L260.409 160.375L265.462 157.59L270.515 147.8L275.569 130.495L280.622 116.833L285.675 105.58L290.729 104.134L295.782 134.785L300.835 145.373L305.888 144.389L310.942 136.497L315.995 125.314L321.048 116.525L326.102 111.101L331.155 116.407L336.208 120.311L341.261 135.977L346.315 132.115L351.368 137.161L356.421 133.699L361.475 137.638L366.528 134.79L371.581 125.954L376.634 120.029L381.688 126.836L386.741 145.156L391.794 158.755L396.848 150.685L401.901 143.132L406.954 121.398L412.008 102.864L417.061 88.6371"/>
|
||||
<ellipse fill="blue" cx="58.277077" cy="139.22003" rx="0.40212631" ry="0.40213013"/>
|
||||
<ellipse fill="blue" cx="63.330368" cy="133.42085" rx="0.40212631" ry="0.40213013"/>
|
||||
@@ -321,7 +321,7 @@
|
||||
<path fill="none" stroke="black" stroke-width="1" stroke-miterlimit="4" d="M40.3379 46.9762L38.3379 46.9762"/>
|
||||
<path fill="none" stroke="black" stroke-width="1" stroke-miterlimit="4" d="M40.3379 270.039L40.3379 46.2813"/>
|
||||
<path fill="none" stroke="black" stroke-width="1" stroke-miterlimit="4" d="M435 270.039L435 46.2813"/>
|
||||
<text transform="translate(237.669 31.2813)" font-size="16" font-weight="600" font-family="Segoe UI" x="-67.625, -56.25, -47.640625, -37.960938, -30.921875, -23.882813, -19.46875, -13, -8.5859375, 2.6640625, 10.84375, 26.15625, 37.40625, 43.3125, 52.515625, 61.71875, " y="-6.890625, ">
|
||||
Gauss - ALMA(10)
|
||||
<text transform="translate(237.669 31.2813)" font-size="16" font-weight="600" font-family="Segoe UI" x="-108.32031, -96.945313, -88.335938, -78.65625, -71.617188, -64.578125, -60.164063, -53.695313, -49.28125, -38.03125, -29.851563, -14.539063, -3.2890625, 2.6171875, 11.820313, 21.023438, 25.359375, 29.773438, 38.976563, 43.3125, 52.515625, 61.71875, 66.054688, 70.46875, 79.671875, 84.007813, 93.210938, 102.41406, " y="-6.890625, ">
|
||||
Gauss - ALMA(10, 0.85, 6.00)
|
||||
</text>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
@@ -3,10 +3,10 @@
|
||||
<rect fill="white" width="450" height="300"/>
|
||||
<path fill="none" stroke="#010101" stroke-width="1" stroke-miterlimit="4" stroke-opacity="0.098039217" d="M58.2771 270.039L58.2771 46.2813M83.5435 270.039L83.5435 46.2813M108.81 270.039L108.81 46.2813M134.076 270.039L134.076 46.2813M159.343 270.039L159.343 46.2813M184.609 270.039L184.609 46.2813M209.876 270.039L209.876 46.2813M235.142 270.039L235.142 46.2813M260.409 270.039L260.409 46.2813M285.675 270.039L285.675 46.2813M310.942 270.039L310.942 46.2813M336.208 270.039L336.208 46.2813M361.475 270.039L361.475 46.2813M386.741 270.039L386.741 46.2813M412.008 270.039L412.008 46.2813"/>
|
||||
<path fill="none" stroke="#010101" stroke-width="1" stroke-miterlimit="4" stroke-opacity="0.098039217" d="M40.3379 255.446L435 255.446M40.3379 206.803L435 206.803M40.3379 158.16L435 158.16M40.3379 109.517L435 109.517M40.3379 60.8741L435 60.8741"/>
|
||||
<clipPath id="cl_3d">
|
||||
<clipPath id="cl_27d">
|
||||
<rect x="40.337891" y="46.28125" width="394.66211" height="223.75781"/>
|
||||
</clipPath>
|
||||
<g clip-path="url(#cl_3d)">
|
||||
<g clip-path="url(#cl_27d)">
|
||||
<path fill="none" stroke="red" stroke-width="2" stroke-miterlimit="4" d="M58.2771 216.532L58.2771 216.532L63.3304 99.7886L68.3837 216.532L73.437 99.7886L78.4902 216.532L83.5435 99.7886L88.5968 158.16L93.6501 144.54L98.7034 232.098L103.757 251.555L108.81 185.4L113.863 93.9514L118.917 61.847L123.97 118.273L129.023 210.695L134.076 255.446L139.13 210.695L144.183 117.3L149.236 61.847L154.29 94.9243L159.343 186.373L164.396 251.555L169.45 231.125L174.503 143.567L179.556 69.6299L184.609 76.4399L189.663 159.133L194.716 240.853L199.769 246.69L204.823 170.807L209.876 84.2228L214.929 64.7656L219.982 131.893L225.036 222.369L230.089 254.473L235.142 197.075L240.196 104.653L245.249 60.8741L250.302 106.599L255.355 199.993L260.409 254.473L265.462 220.423L270.515 128.974L275.569 64.7656L280.622 85.1956L285.675 173.726L290.729 247.663L295.782 238.908L300.835 156.214L305.888 75.4671L310.942 70.6028L315.995 146.486L321.048 233.07L326.102 250.582L331.155 183.455L336.208 92.9785L341.261 61.847L346.315 119.246L351.368 212.64L356.421 255.446L361.475 208.749L366.528 115.354L371.581 61.847L376.634 95.8971L381.688 187.346L386.741 252.528L391.794 230.152L396.848 141.622L401.901 68.657L406.954 77.4128L412.008 161.079L417.061 241.826"/>
|
||||
<ellipse fill="red" cx="58.277077" cy="216.53177" rx="0.40212631" ry="0.40213013"/>
|
||||
<ellipse fill="red" cx="63.330368" cy="99.788559" rx="0.40212631" ry="0.4021225"/>
|
||||
@@ -81,10 +81,10 @@
|
||||
<ellipse fill="red" cx="412.00751" cy="161.07874" rx="0.40213013" ry="0.40213013"/>
|
||||
<ellipse fill="red" cx="417.06082" cy="241.82613" rx="0.40213013" ry="0.40213013"/>
|
||||
</g>
|
||||
<clipPath id="cl_3e">
|
||||
<clipPath id="cl_27e">
|
||||
<rect x="40.337891" y="46.28125" width="394.66211" height="223.75781"/>
|
||||
</clipPath>
|
||||
<g clip-path="url(#cl_3e)">
|
||||
<g clip-path="url(#cl_27e)">
|
||||
<path fill="none" stroke="blue" stroke-width="4" stroke-miterlimit="4" d="M58.2771 162.423L58.2771 162.423L63.3304 153.898L68.3837 162.423L73.437 153.898L78.4902 162.423L83.5435 153.898L88.5968 150.856L93.6501 147.058L98.7034 162.668L103.757 189.731L108.81 204.065L113.863 187.697L118.917 149.84L123.97 121.586L129.023 127.317L134.076 161.454L139.13 192.571L144.183 192.02L149.236 160.36L154.29 126.709L159.343 122.06L164.396 150.632L169.45 186.164L174.503 195.971L179.556 171.072L184.609 134.241L189.663 119.433L194.716 140.288L199.769 177.68L204.823 197.161L209.876 180.948L214.929 143.815L219.982 119.979L225.036 131.198L230.089 167.227L235.142 194.78L240.196 188.632L245.249 154.382L250.302 123.535L255.355 124.516L260.409 156.371L265.462 189.801L270.515 194.039L275.569 165.277L280.622 129.774L285.675 120.309L290.729 145.604L295.782 182.367L300.835 196.838L305.888 175.761L310.942 138.521L315.995 119.404L321.048 135.982L326.102 172.958L331.155 196.368L336.208 184.682L341.261 148.525L346.315 121.083L351.368 127.624L356.421 162.096L361.475 192.81L366.528 191.507L371.581 159.515L376.634 126.132L381.688 122.048L386.741 151.137L391.794 186.586L396.848 195.798L401.901 170.369L406.954 133.617L412.008 119.46L417.061 140.919"/>
|
||||
<ellipse fill="blue" cx="58.277077" cy="162.42255" rx="0.40212631" ry="0.40213013"/>
|
||||
<ellipse fill="blue" cx="63.330368" cy="153.89777" rx="0.40212631" ry="0.40213013"/>
|
||||
@@ -324,7 +324,7 @@
|
||||
<path fill="none" stroke="black" stroke-width="1" stroke-miterlimit="4" d="M40.3379 51.1456L38.3379 51.1456"/>
|
||||
<path fill="none" stroke="black" stroke-width="1" stroke-miterlimit="4" d="M40.3379 270.039L40.3379 46.2813"/>
|
||||
<path fill="none" stroke="black" stroke-width="1" stroke-miterlimit="4" d="M435 270.039L435 46.2813"/>
|
||||
<text transform="translate(237.669 31.2813)" font-size="16" font-weight="600" font-family="Segoe UI" x="-56.042969, -43.785156, -35.464844, -31.050781, -24.582031, -20.167969, -8.9179688, -0.73828125, 14.574219, 25.824219, 31.730469, 40.933594, 50.136719, " y="-6.890625, ">
|
||||
HF - ALMA(10)
|
||||
<text transform="translate(237.669 31.2813)" font-size="16" font-weight="600" font-family="Segoe UI" x="-96.738281, -84.480469, -76.160156, -71.746094, -65.277344, -60.863281, -49.613281, -41.433594, -26.121094, -14.871094, -8.9648438, 0.23828125, 9.4414063, 13.777344, 18.191406, 27.394531, 31.730469, 40.933594, 50.136719, 54.472656, 58.886719, 68.089844, 72.425781, 81.628906, 90.832031, " y="-6.890625, ">
|
||||
HF - ALMA(10, 0.85, 6.00)
|
||||
</text>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
@@ -3,10 +3,10 @@
|
||||
<rect fill="white" width="450" height="300"/>
|
||||
<path fill="none" stroke="#010101" stroke-width="1" stroke-miterlimit="4" stroke-opacity="0.098039217" d="M53.6964 270.039L53.6964 46.2813M79.2701 270.039L79.2701 46.2813M104.844 270.039L104.844 46.2813M130.417 270.039L130.417 46.2813M155.991 270.039L155.991 46.2813M181.565 270.039L181.565 46.2813M207.138 270.039L207.138 46.2813M232.712 270.039L232.712 46.2813M258.286 270.039L258.286 46.2813M283.86 270.039L283.86 46.2813M309.433 270.039L309.433 46.2813M335.007 270.039L335.007 46.2813M360.581 270.039L360.581 46.2813M386.154 270.039L386.154 46.2813M411.728 270.039L411.728 46.2813"/>
|
||||
<path fill="none" stroke="#010101" stroke-width="1" stroke-miterlimit="4" stroke-opacity="0.098039217" d="M35.5391 255.446L435 255.446M35.5391 216.532L435 216.532M35.5391 177.617L435 177.617M35.5391 138.703L435 138.703M35.5391 99.7886L435 99.7886M35.5391 60.8741L435 60.8741"/>
|
||||
<clipPath id="cl_d">
|
||||
<clipPath id="cl_24d">
|
||||
<rect x="35.539063" y="46.28125" width="399.46094" height="223.75781"/>
|
||||
</clipPath>
|
||||
<g clip-path="url(#cl_d)">
|
||||
<g clip-path="url(#cl_24d)">
|
||||
<path fill="none" stroke="red" stroke-width="2" stroke-miterlimit="4" d="M53.6964 255.446L53.6964 255.446L58.8111 253.5L63.9258 255.446L69.0406 253.5L74.1553 255.446L79.2701 253.5L84.3848 255.446L89.4995 255.446L94.6143 255.446L99.729 255.446L104.844 255.446L109.958 255.446L115.073 255.446L120.188 255.446L125.303 255.446L130.417 255.446L135.532 255.446L140.647 255.446L145.762 255.446L150.876 255.446L155.991 255.446L161.106 255.446L166.221 255.446L171.335 255.446L176.45 255.446L181.565 255.446L186.68 255.446L191.794 255.446L196.909 255.446L202.024 255.446L207.138 255.446L212.253 255.446L217.368 255.446L222.483 255.446L227.597 255.446L232.712 255.446L237.827 255.446L242.942 255.446L248.056 255.446L253.171 60.8741L258.286 60.8741L263.401 60.8741L268.515 60.8741L273.63 60.8741L278.745 60.8741L283.86 60.8741L288.974 60.8741L294.089 60.8741L299.204 60.8741L304.318 60.8741L309.433 60.8741L314.548 60.8741L319.663 60.8741L324.777 60.8741L329.892 60.8741L335.007 60.8741L340.122 60.8741L345.236 60.8741L350.351 60.8741L355.466 60.8741L360.581 60.8741L365.695 60.8741L370.81 60.8741L375.925 60.8741L381.04 60.8741L386.154 60.8741L391.269 60.8741L396.384 60.8741L401.498 60.8741L406.613 60.8741L411.728 60.8741L416.843 60.8741"/>
|
||||
<ellipse fill="red" cx="53.696381" cy="255.44617" rx="0.4045639" ry="0.40455627"/>
|
||||
<ellipse fill="red" cx="58.811115" cy="253.50044" rx="0.4045639" ry="0.40455627"/>
|
||||
@@ -81,10 +81,10 @@
|
||||
<ellipse fill="red" cx="411.72794" cy="60.874146" rx="0.40457153" ry="0.4045639"/>
|
||||
<ellipse fill="red" cx="416.84268" cy="60.874146" rx="0.40457153" ry="0.4045639"/>
|
||||
</g>
|
||||
<clipPath id="cl_e">
|
||||
<clipPath id="cl_24e">
|
||||
<rect x="35.539063" y="46.28125" width="399.46094" height="223.75781"/>
|
||||
</clipPath>
|
||||
<g clip-path="url(#cl_e)">
|
||||
<g clip-path="url(#cl_24e)">
|
||||
<path fill="none" stroke="blue" stroke-width="4" stroke-miterlimit="4" d="M53.6964 254.544L53.6964 254.544L58.8111 254.402L63.9258 254.544L69.0406 254.402L74.1553 254.544L79.2701 254.402L84.3848 254.544L89.4995 254.788L94.6143 255.068L99.729 255.284L104.844 255.396L109.958 255.435L115.073 255.444L120.188 255.446L125.303 255.446L130.417 255.446L135.532 255.446L140.647 255.446L145.762 255.446L150.876 255.446L155.991 255.446L161.106 255.446L166.221 255.446L171.335 255.446L176.45 255.446L181.565 255.446L186.68 255.446L191.794 255.446L196.909 255.446L202.024 255.446L207.138 255.446L212.253 255.446L217.368 255.446L222.483 255.446L227.597 255.446L232.712 255.446L237.827 255.446L242.942 255.446L248.056 255.446L253.171 216.892L258.286 164.535L263.401 114.931L268.515 82.1432L273.63 67.0224L278.745 62.1574L283.86 61.0653L288.974 60.8943L294.089 60.8756L299.204 60.8741L304.318 60.8741L309.433 60.8741L314.548 60.8741L319.663 60.8741L324.777 60.8741L329.892 60.8741L335.007 60.8741L340.122 60.8741L345.236 60.8741L350.351 60.8741L355.466 60.8741L360.581 60.8741L365.695 60.8741L370.81 60.8741L375.925 60.8741L381.04 60.8741L386.154 60.8741L391.269 60.8741L396.384 60.8741L401.498 60.8741L406.613 60.8741L411.728 60.8741L416.843 60.8741"/>
|
||||
<ellipse fill="blue" cx="53.696381" cy="254.54434" rx="0.4045639" ry="0.40455627"/>
|
||||
<ellipse fill="blue" cx="58.811115" cy="254.40227" rx="0.4045639" ry="0.40455627"/>
|
||||
@@ -332,7 +332,7 @@
|
||||
<path fill="none" stroke="black" stroke-width="1" stroke-miterlimit="4" d="M35.5391 53.0913L33.5391 53.0913"/>
|
||||
<path fill="none" stroke="black" stroke-width="1" stroke-miterlimit="4" d="M35.5391 270.039L35.5391 46.2813"/>
|
||||
<path fill="none" stroke="black" stroke-width="1" stroke-miterlimit="4" d="M435 270.039L435 46.2813"/>
|
||||
<text transform="translate(235.27 31.2813)" font-size="16" font-weight="600" font-family="Segoe UI" x="-75.539063, -70.46875, -55.8125, -45.890625, -36.210938, -31.664063, -24.625, -15.96875, -11.554688, -5.0859375, -0.671875, 10.578125, 18.757813, 34.070313, 45.320313, 51.226563, 60.429688, 69.632813, " y="-6.890625, ">
|
||||
Impulse - ALMA(10)
|
||||
<text transform="translate(235.27 31.2813)" font-size="16" font-weight="600" font-family="Segoe UI" x="-116.23438, -111.16406, -96.507813, -86.585938, -76.90625, -72.359375, -65.320313, -56.664063, -52.25, -45.78125, -41.367188, -30.117188, -21.9375, -6.625, 4.625, 10.53125, 19.734375, 28.9375, 33.273438, 37.6875, 46.890625, 51.226563, 60.429688, 69.632813, 73.96875, 78.382813, 87.585938, 91.921875, 101.125, 110.32813, " y="-6.890625, ">
|
||||
Impulse - ALMA(10, 0.85, 6.00)
|
||||
</text>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
@@ -3,10 +3,10 @@
|
||||
<rect fill="white" width="450" height="300"/>
|
||||
<path fill="none" stroke="#010101" stroke-width="1" stroke-miterlimit="4" stroke-opacity="0.098039217" d="M58.2771 270.039L58.2771 46.2813M83.5435 270.039L83.5435 46.2813M108.81 270.039L108.81 46.2813M134.076 270.039L134.076 46.2813M159.343 270.039L159.343 46.2813M184.609 270.039L184.609 46.2813M209.876 270.039L209.876 46.2813M235.142 270.039L235.142 46.2813M260.409 270.039L260.409 46.2813M285.675 270.039L285.675 46.2813M310.942 270.039L310.942 46.2813M336.208 270.039L336.208 46.2813M361.475 270.039L361.475 46.2813M386.741 270.039L386.741 46.2813M412.008 270.039L412.008 46.2813"/>
|
||||
<path fill="none" stroke="#010101" stroke-width="1" stroke-miterlimit="4" stroke-opacity="0.098039217" d="M40.3379 216.766L435 216.766M40.3379 158.16L435 158.16M40.3379 99.5541L435 99.5541"/>
|
||||
<clipPath id="cl_43">
|
||||
<clipPath id="cl_283">
|
||||
<rect x="40.337891" y="46.28125" width="394.66211" height="223.75781"/>
|
||||
</clipPath>
|
||||
<g clip-path="url(#cl_43)">
|
||||
<g clip-path="url(#cl_283)">
|
||||
<path fill="none" stroke="red" stroke-width="2" stroke-miterlimit="4" d="M58.2771 240.209L58.2771 240.209L63.3304 193.324L68.3837 240.209L73.437 193.324L78.4902 240.209L83.5435 216.766L88.5968 216.766L93.6501 210.906L98.7034 246.069L103.757 254.274L108.81 227.315L113.863 190.98L118.917 178.086L123.97 200.357L129.023 237.864L134.076 255.446L139.13 237.864L144.183 200.357L149.236 178.086L154.29 190.98L159.343 228.487L164.396 254.274L169.45 246.069L174.503 210.906L179.556 181.603L184.609 183.947L189.663 216.766L194.716 249.586L199.769 251.93L204.823 221.455L209.876 187.463L214.929 179.258L219.982 206.217L225.036 242.553L230.089 255.446L235.142 232.004L240.196 195.668L245.249 178.086L250.302 195.668L255.355 115.964L260.409 138.234L265.462 124.169L270.515 87.8329L275.569 62.0463L280.622 70.2511L285.675 105.415L290.729 135.89L295.782 132.374L300.835 98.382L305.888 66.7348L310.942 64.3905L315.995 94.8656L321.048 130.029L326.102 137.062L331.155 110.103L336.208 73.7675L341.261 60.8741L346.315 84.3166L351.368 121.824L356.421 138.234L361.475 119.48L366.528 81.9723L371.581 60.8741L376.634 74.9396L381.688 111.275L386.741 137.062L391.794 128.857L396.848 92.5214L401.901 63.2184L406.954 66.7348L412.008 100.726L417.061 133.546"/>
|
||||
<ellipse fill="red" cx="58.277077" cy="240.20859" rx="0.40212631" ry="0.40213013"/>
|
||||
<ellipse fill="red" cx="63.330368" cy="193.32378" rx="0.40212631" ry="0.40213013"/>
|
||||
@@ -81,10 +81,10 @@
|
||||
<ellipse fill="red" cx="412.00751" cy="100.72624" rx="0.40213013" ry="0.4021225"/>
|
||||
<ellipse fill="red" cx="417.06082" cy="133.54562" rx="0.40213013" ry="0.40213013"/>
|
||||
</g>
|
||||
<clipPath id="cl_44">
|
||||
<clipPath id="cl_284">
|
||||
<rect x="40.337891" y="46.28125" width="394.66211" height="223.75781"/>
|
||||
</clipPath>
|
||||
<g clip-path="url(#cl_44)">
|
||||
<g clip-path="url(#cl_284)">
|
||||
<path fill="none" stroke="blue" stroke-width="4" stroke-miterlimit="4" d="M58.2771 218.478L58.2771 218.478L63.3304 215.054L68.3837 218.478L73.437 215.054L78.4902 218.478L83.5435 219.699L88.5968 220.141L93.6501 218.207L98.7034 222.344L103.757 231.062L108.81 235.545L113.863 228.558L118.917 213.306L123.97 201.925L129.023 204.242L134.076 217.902L139.13 230.413L144.183 230.234L149.236 217.574L154.29 204.025L159.343 202.23L164.396 213.746L169.45 228.046L174.503 231.987L179.556 222.05L184.609 207.273L189.663 201.237L194.716 209.472L199.769 224.354L204.823 232.091L209.876 225.696L214.929 210.905L219.982 201.424L225.036 205.961L230.089 220.425L235.142 231.403L240.196 228.978L245.249 215.332L250.302 202.922L255.355 179.982L260.409 161.164L265.462 144.621L270.515 126.586L275.569 105.979L280.622 88.8496L285.675 84.3579L290.729 94.4858L295.782 109.357L300.835 115.149L305.888 106.73L310.942 91.7589L315.995 84.0611L321.048 90.7716L326.102 105.702L331.155 115.189L336.208 110.555L341.261 95.9859L346.315 84.9467L351.368 87.5813L356.421 101.305L361.475 113.465L366.528 112.763L371.581 99.868L376.634 86.585L381.688 85.0528L386.741 96.7138L391.794 110.996L396.848 114.626L401.901 104.318L406.954 89.4529L412.008 83.7621L417.061 92.5192"/>
|
||||
<ellipse fill="blue" cx="58.277077" cy="218.478" rx="0.40212631" ry="0.40213013"/>
|
||||
<ellipse fill="blue" cx="63.330368" cy="215.05438" rx="0.40212631" ry="0.40213013"/>
|
||||
@@ -314,7 +314,7 @@
|
||||
<path fill="none" stroke="black" stroke-width="1" stroke-miterlimit="4" d="M40.3379 52.6693L38.3379 52.6693"/>
|
||||
<path fill="none" stroke="black" stroke-width="1" stroke-miterlimit="4" d="M40.3379 270.039L40.3379 46.2813"/>
|
||||
<path fill="none" stroke="black" stroke-width="1" stroke-miterlimit="4" d="M435 270.039L435 46.2813"/>
|
||||
<text transform="translate(237.669 31.2813)" font-size="16" font-weight="600" font-family="Segoe UI" x="-85.828125, -80.757813, -66.101563, -56.179688, -46.5, -41.953125, -34.914063, -26.257813, -14, -5.6796875, -1.265625, 5.203125, 9.6171875, 20.867188, 29.046875, 44.359375, 55.609375, 61.515625, 70.71875, 79.921875, " y="-6.890625, ">
|
||||
ImpulseHF - ALMA(10)
|
||||
<text transform="translate(237.669 31.2813)" font-size="16" font-weight="600" font-family="Segoe UI" x="-126.52344, -121.45313, -106.79688, -96.875, -87.195313, -82.648438, -75.609375, -66.953125, -54.695313, -46.375, -41.960938, -35.492188, -31.078125, -19.828125, -11.648438, 3.6640625, 14.914063, 20.820313, 30.023438, 39.226563, 43.5625, 47.976563, 57.179688, 61.515625, 70.71875, 79.921875, 84.257813, 88.671875, 97.875, 102.21094, 111.41406, 120.61719, " y="-6.890625, ">
|
||||
ImpulseHF - ALMA(10, 0.85, 6.00)
|
||||
</text>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 30 KiB |
@@ -3,10 +3,10 @@
|
||||
<rect fill="white" width="450" height="300"/>
|
||||
<path fill="none" stroke="#010101" stroke-width="1" stroke-miterlimit="4" stroke-opacity="0.098039217" d="M51.2131 270.039L51.2131 46.2813M76.9533 270.039L76.9533 46.2813M102.694 270.039L102.694 46.2813M128.434 270.039L128.434 46.2813M154.174 270.039L154.174 46.2813M179.914 270.039L179.914 46.2813M205.654 270.039L205.654 46.2813M231.395 270.039L231.395 46.2813M257.135 270.039L257.135 46.2813M282.875 270.039L282.875 46.2813M308.615 270.039L308.615 46.2813M334.356 270.039L334.356 46.2813M360.096 270.039L360.096 46.2813M385.836 270.039L385.836 46.2813M411.576 270.039L411.576 46.2813"/>
|
||||
<path fill="none" stroke="#010101" stroke-width="1" stroke-miterlimit="4" stroke-opacity="0.098039217" d="M32.9375 251.972L435 251.972M32.9375 224.176L435 224.176M32.9375 196.38L435 196.38M32.9375 168.584L435 168.584M32.9375 140.788L435 140.788M32.9375 112.992L435 112.992M32.9375 85.1956L435 85.1956M32.9375 57.3997L435 57.3997"/>
|
||||
<clipPath id="cl_61">
|
||||
<clipPath id="cl_2a1">
|
||||
<rect x="32.9375" y="46.28125" width="402.0625" height="223.75781"/>
|
||||
</clipPath>
|
||||
<g clip-path="url(#cl_61)">
|
||||
<g clip-path="url(#cl_2a1)">
|
||||
<path fill="none" stroke="red" stroke-width="2" stroke-miterlimit="4" d="M51.2131 185.956L51.2131 185.956L56.3611 192.905L61.5092 185.956L66.6572 192.905L71.8053 185.956L76.9533 192.905L82.1013 185.956L87.2494 192.905L92.3974 199.854L97.5455 199.854L102.694 130.364L107.842 102.568L112.99 137.313L118.138 151.211L123.286 144.262L128.434 130.364L133.582 60.8741L138.73 85.1956L143.878 85.1956L149.026 85.1956L154.174 102.568L159.322 92.1447L164.47 102.568L169.618 116.466L174.766 112.992L179.914 102.568L185.062 137.313L190.21 133.839L195.358 137.313L200.506 106.043L205.654 102.568L210.803 88.6702L215.951 88.6702L221.099 88.6702L226.247 109.517L231.395 116.466L236.543 102.568L241.691 140.788L246.839 144.262L251.987 133.839L257.135 137.313L262.283 154.686L267.431 140.788L272.579 144.262L277.727 144.262L282.875 123.415L288.023 133.839L293.171 116.466L298.319 112.992L303.467 74.7722L308.615 88.6702L313.763 99.0937L318.912 88.6702L324.06 106.043L329.208 109.517L334.356 119.941L339.504 144.262L344.652 161.635L349.8 182.482L354.948 161.635L360.096 168.584L365.244 185.956L370.392 206.803L375.54 189.431L380.688 158.16L385.836 168.584L390.984 161.635L396.132 192.905L401.28 192.905L406.428 192.905L411.576 255.446L416.724 248.497"/>
|
||||
<ellipse fill="red" cx="51.213066" cy="185.95616" rx="0.40587997" ry="0.40588379"/>
|
||||
<ellipse fill="red" cx="56.361115" cy="192.90515" rx="0.40587997" ry="0.40588379"/>
|
||||
@@ -81,10 +81,10 @@
|
||||
<ellipse fill="red" cx="411.57639" cy="255.44617" rx="0.40588379" ry="0.40588379"/>
|
||||
<ellipse fill="red" cx="416.72443" cy="248.49716" rx="0.40588379" ry="0.40588379"/>
|
||||
</g>
|
||||
<clipPath id="cl_62">
|
||||
<clipPath id="cl_2a2">
|
||||
<rect x="32.9375" y="46.28125" width="402.0625" height="223.75781"/>
|
||||
</clipPath>
|
||||
<g clip-path="url(#cl_62)">
|
||||
<g clip-path="url(#cl_2a2)">
|
||||
<path fill="none" stroke="blue" stroke-width="4" stroke-miterlimit="4" d="M51.2131 189.177L51.2131 189.177L56.3611 189.684L61.5092 189.177L66.6572 189.684L71.8053 189.177L76.9533 189.684L82.1013 189.177L87.2494 189.684L92.3974 191.931L97.5455 194.801L102.694 183.574L107.842 160.939L112.99 143.309L118.138 136.823L123.286 138.003L128.434 138.887L133.582 123.564L138.73 106.702L143.878 93.1606L149.026 86.5025L154.174 88.272L159.322 90.9513L164.47 94.8462L169.618 100.749L174.766 106.066L179.914 107.991L185.062 114.175L190.21 120.89L195.358 127.873L200.506 126.771L205.654 120.401L210.803 109.864L215.951 100.338L221.099 93.8763L226.247 94.6329L231.395 100.28L236.543 104.316L241.691 113.351L246.839 123.558L251.987 130.889L257.135 135.31L262.283 140.296L267.431 142.501L272.579 143.944L277.727 144.325L282.875 140.123L288.023 136.53L293.171 130.599L298.319 124.405L303.467 111.613L308.615 100.56L313.763 94.83L318.912 92.0078L324.06 94.4974L329.208 99.0502L334.356 105.661L339.504 116.593L344.652 130.98L349.8 148.398L354.948 159.391L360.096 165.585L365.244 171.117L370.392 180.381L375.54 187.17L380.688 184.694L385.836 178.857L390.984 171.462L396.132 172.449L401.28 178.117L406.428 184.869L411.576 202.063L416.724 219.8"/>
|
||||
<ellipse fill="blue" cx="51.213066" cy="189.17694" rx="0.40587997" ry="0.40588379"/>
|
||||
<ellipse fill="blue" cx="56.361115" cy="189.68437" rx="0.40587997" ry="0.40588379"/>
|
||||
@@ -351,7 +351,7 @@
|
||||
<path fill="none" stroke="black" stroke-width="1" stroke-miterlimit="4" d="M32.9375 46.2813L30.9375 46.2813"/>
|
||||
<path fill="none" stroke="black" stroke-width="1" stroke-miterlimit="4" d="M32.9375 270.039L32.9375 46.2813"/>
|
||||
<path fill="none" stroke="black" stroke-width="1" stroke-miterlimit="4" d="M435 270.039L435 46.2813"/>
|
||||
<text transform="translate(233.969 31.2813)" font-size="16" font-weight="600" font-family="Segoe UI" x="-72.8125, -57.5, -48.890625, -42.523438, -33.578125, -24.921875, -18.695313, -14.28125, -7.8125, -3.3984375, 7.8515625, 16.03125, 31.34375, 42.59375, 48.5, 57.703125, 66.90625, " y="-6.890625, ">
|
||||
Market - ALMA(10)
|
||||
<text transform="translate(233.969 31.2813)" font-size="16" font-weight="600" font-family="Segoe UI" x="-113.50781, -98.195313, -89.585938, -83.21875, -74.273438, -65.617188, -59.390625, -54.976563, -48.507813, -44.09375, -32.84375, -24.664063, -9.3515625, 1.8984375, 7.8046875, 17.007813, 26.210938, 30.546875, 34.960938, 44.164063, 48.5, 57.703125, 66.90625, 71.242188, 75.65625, 84.859375, 89.195313, 98.398438, 107.60156, " y="-6.890625, ">
|
||||
Market - ALMA(10, 0.85, 6.00)
|
||||
</text>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 33 KiB |
@@ -3,10 +3,10 @@
|
||||
<rect fill="white" width="450" height="300"/>
|
||||
<path fill="none" stroke="#010101" stroke-width="1" stroke-miterlimit="4" stroke-opacity="0.098039217" d="M51.2131 270.039L51.2131 46.2813M76.9533 270.039L76.9533 46.2813M102.694 270.039L102.694 46.2813M128.434 270.039L128.434 46.2813M154.174 270.039L154.174 46.2813M179.914 270.039L179.914 46.2813M205.654 270.039L205.654 46.2813M231.395 270.039L231.395 46.2813M257.135 270.039L257.135 46.2813M282.875 270.039L282.875 46.2813M308.615 270.039L308.615 46.2813M334.356 270.039L334.356 46.2813M360.096 270.039L360.096 46.2813M385.836 270.039L385.836 46.2813M411.576 270.039L411.576 46.2813"/>
|
||||
<path fill="none" stroke="#010101" stroke-width="1" stroke-miterlimit="4" stroke-opacity="0.098039217" d="M32.9375 255.446L435 255.446M32.9375 226.833L435 226.833M32.9375 198.219L435 198.219M32.9375 169.606L435 169.606M32.9375 140.992L435 140.992M32.9375 112.379L435 112.379M32.9375 83.765L435 83.765M32.9375 55.1514L435 55.1514"/>
|
||||
<clipPath id="cl_19">
|
||||
<clipPath id="cl_259">
|
||||
<rect x="32.9375" y="46.28125" width="402.0625" height="223.75781"/>
|
||||
</clipPath>
|
||||
<g clip-path="url(#cl_19)">
|
||||
<g clip-path="url(#cl_259)">
|
||||
<path fill="none" stroke="red" stroke-width="2" stroke-miterlimit="4" d="M51.2131 255.446L51.2131 255.446L56.3611 255.389L61.5092 255.446L66.6572 255.389L71.8053 255.446L76.9533 255.389L82.1013 249.723L87.2494 244.001L92.3974 238.278L97.5455 232.555L102.694 226.833L107.842 221.11L112.99 215.387L118.138 209.665L123.286 203.942L128.434 198.219L133.582 192.496L138.73 186.774L143.878 181.051L149.026 175.328L154.174 169.606L159.322 163.883L164.47 158.16L169.618 152.437L174.766 146.715L179.914 140.992L185.062 135.269L190.21 129.547L195.358 123.824L200.506 118.101L205.654 112.379L210.803 106.656L215.951 100.933L221.099 95.2104L226.247 89.4877L231.395 83.765L236.543 78.0423L241.691 72.3196L246.839 66.5969L251.987 60.8741L257.135 66.5969L262.283 255.446L267.431 255.446L272.579 255.446L277.727 255.446L282.875 255.446L288.023 255.446L293.171 255.446L298.319 255.446L303.467 255.446L308.615 255.446L313.763 255.446L318.912 255.446L324.06 255.446L329.208 255.446L334.356 255.446L339.504 255.446L344.652 255.446L349.8 255.446L354.948 255.446L360.096 255.446L365.244 255.446L370.392 255.446L375.54 255.446L380.688 255.446L385.836 255.446L390.984 255.446L396.132 255.446L401.28 255.446L406.428 255.446L411.576 255.446L416.724 255.446"/>
|
||||
<ellipse fill="red" cx="51.213066" cy="255.44617" rx="0.40587997" ry="0.40588379"/>
|
||||
<ellipse fill="red" cx="56.361115" cy="255.38893" rx="0.40587997" ry="0.40588379"/>
|
||||
@@ -81,10 +81,10 @@
|
||||
<ellipse fill="red" cx="411.57639" cy="255.44617" rx="0.40588379" ry="0.40588379"/>
|
||||
<ellipse fill="red" cx="416.72443" cy="255.44617" rx="0.40588379" ry="0.40588379"/>
|
||||
</g>
|
||||
<clipPath id="cl_1a">
|
||||
<clipPath id="cl_25a">
|
||||
<rect x="32.9375" y="46.28125" width="402.0625" height="223.75781"/>
|
||||
</clipPath>
|
||||
<g clip-path="url(#cl_1a)">
|
||||
<g clip-path="url(#cl_25a)">
|
||||
<path fill="none" stroke="blue" stroke-width="4" stroke-miterlimit="4" d="M51.2131 255.42L51.2131 255.42L56.3611 255.415L61.5092 255.42L66.6572 255.415L71.8053 255.42L76.9533 255.415L82.1013 254.286L87.2494 251.619L92.3974 247.494L97.5455 242.404L102.694 236.865L107.842 231.181L112.99 225.464L118.138 219.742L123.286 214.02L128.434 208.297L133.582 202.574L138.73 196.852L143.878 191.129L149.026 185.406L154.174 179.683L159.322 173.961L164.47 168.238L169.618 162.515L174.766 156.793L179.914 151.07L185.062 145.347L190.21 139.625L195.358 133.902L200.506 128.179L205.654 122.456L210.803 116.734L215.951 111.011L221.099 105.288L226.247 99.5656L231.395 93.8429L236.543 88.1202L241.691 82.3975L246.839 76.6748L251.987 70.9521L257.135 67.4973L262.283 103.409L267.431 154.094L272.579 202.578L277.727 234.666L282.875 249.447L288.023 254.196L293.171 255.26L298.319 255.427L303.467 255.445L308.615 255.446L313.763 255.446L318.912 255.446L324.06 255.446L329.208 255.446L334.356 255.446L339.504 255.446L344.652 255.446L349.8 255.446L354.948 255.446L360.096 255.446L365.244 255.446L370.392 255.446L375.54 255.446L380.688 255.446L385.836 255.446L390.984 255.446L396.132 255.446L401.28 255.446L406.428 255.446L411.576 255.446L416.724 255.446"/>
|
||||
<ellipse fill="blue" cx="51.213066" cy="255.41963" rx="0.40587997" ry="0.40588379"/>
|
||||
<ellipse fill="blue" cx="56.361115" cy="255.41547" rx="0.40587997" ry="0.40588379"/>
|
||||
@@ -349,7 +349,7 @@
|
||||
<path fill="none" stroke="black" stroke-width="1" stroke-miterlimit="4" d="M32.9375 49.4287L30.9375 49.4287"/>
|
||||
<path fill="none" stroke="black" stroke-width="1" stroke-miterlimit="4" d="M32.9375 270.039L32.9375 46.2813"/>
|
||||
<path fill="none" stroke="black" stroke-width="1" stroke-miterlimit="4" d="M435 270.039L435 46.2813"/>
|
||||
<text transform="translate(233.969 31.2813)" font-size="16" font-weight="600" font-family="Segoe UI" x="-81.746094, -72.777344, -64.167969, -51.410156, -45.183594, -35.402344, -25.621094, -19.394531, -9.7617188, -5.3476563, 1.1210938, 5.5351563, 16.785156, 24.964844, 40.277344, 51.527344, 57.433594, 66.636719, 75.839844, " y="-6.890625, ">
|
||||
Sawtooth - ALMA(10)
|
||||
<text transform="translate(233.969 31.2813)" font-size="16" font-weight="600" font-family="Segoe UI" x="-122.44141, -113.47266, -104.86328, -92.105469, -85.878906, -76.097656, -66.316406, -60.089844, -50.457031, -46.042969, -39.574219, -35.160156, -23.910156, -15.730469, -0.41796875, 10.832031, 16.738281, 25.941406, 35.144531, 39.480469, 43.894531, 53.097656, 57.433594, 66.636719, 75.839844, 80.175781, 84.589844, 93.792969, 98.128906, 107.33203, 116.53516, " y="-6.890625, ">
|
||||
Sawtooth - ALMA(10, 0.85, 6.00)
|
||||
</text>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 33 KiB |
@@ -3,10 +3,10 @@
|
||||
<rect fill="white" width="450" height="300"/>
|
||||
<path fill="none" stroke="#010101" stroke-width="1" stroke-miterlimit="4" stroke-opacity="0.098039217" d="M51.2131 270.039L51.2131 46.2813M76.9533 270.039L76.9533 46.2813M102.694 270.039L102.694 46.2813M128.434 270.039L128.434 46.2813M154.174 270.039L154.174 46.2813M179.914 270.039L179.914 46.2813M205.654 270.039L205.654 46.2813M231.395 270.039L231.395 46.2813M257.135 270.039L257.135 46.2813M282.875 270.039L282.875 46.2813M308.615 270.039L308.615 46.2813M334.356 270.039L334.356 46.2813M360.096 270.039L360.096 46.2813M385.836 270.039L385.836 46.2813M411.576 270.039L411.576 46.2813"/>
|
||||
<path fill="none" stroke="#010101" stroke-width="1" stroke-miterlimit="4" stroke-opacity="0.098039217" d="M32.9375 232.283L435 232.283M32.9375 185.956L435 185.956M32.9375 139.629L435 139.629M32.9375 93.3028L435 93.3028M32.9375 46.9762L435 46.9762"/>
|
||||
<clipPath id="cl_49">
|
||||
<clipPath id="cl_289">
|
||||
<rect x="32.9375" y="46.28125" width="402.0625" height="223.75781"/>
|
||||
</clipPath>
|
||||
<g clip-path="url(#cl_49)">
|
||||
<g clip-path="url(#cl_289)">
|
||||
<path fill="none" stroke="red" stroke-width="2" stroke-miterlimit="4" d="M51.2131 233.209L51.2131 233.209L56.3611 231.356L61.5092 233.209L66.6572 231.356L71.8053 233.209L76.9533 232.283L82.1013 232.283L87.2494 219.775L92.3974 235.989L97.5455 235.989L102.694 215.605L107.842 189.199L112.99 176.922L118.138 185.725L123.286 203.097L128.434 209.119L133.582 193.832L138.73 166.962L143.878 149.126L149.026 152.369L154.174 169.51L159.322 180.397L164.47 170.9L169.618 145.42L174.766 123.184L179.914 120.172L185.062 135.228L190.21 150.053L195.358 146.81L200.506 124.11L205.654 98.862L210.803 89.5967L215.951 100.947L221.099 117.856L226.247 120.867L231.395 102.568L236.543 75.9303L241.691 60.8741L246.839 67.1283L251.987 84.7324L257.135 102.337L262.283 247.107L267.431 225.334L272.579 210.046L277.727 214.91L282.875 235.989L288.023 253.593L293.171 251.508L298.319 231.82L303.467 212.594L308.615 211.436L313.763 229.503L318.912 250.119L324.06 254.288L329.208 238.305L334.356 216.763L339.504 209.351L344.652 223.017L349.8 245.254L354.948 255.446L360.096 244.328L365.244 222.091L370.392 209.351L375.54 217.458L380.688 239.232L385.836 254.751L390.984 249.424L396.132 228.345L401.28 210.973L406.428 213.057L411.576 232.978L416.724 252.203"/>
|
||||
<ellipse fill="red" cx="51.213066" cy="233.20937" rx="0.40587997" ry="0.40588379"/>
|
||||
<ellipse fill="red" cx="56.361115" cy="231.35629" rx="0.40587997" ry="0.40588379"/>
|
||||
@@ -81,10 +81,10 @@
|
||||
<ellipse fill="red" cx="411.57639" cy="232.97772" rx="0.40588379" ry="0.40588379"/>
|
||||
<ellipse fill="red" cx="416.72443" cy="252.20329" rx="0.40588379" ry="0.40588379"/>
|
||||
</g>
|
||||
<clipPath id="cl_4a">
|
||||
<clipPath id="cl_28a">
|
||||
<rect x="32.9375" y="46.28125" width="402.0625" height="223.75781"/>
|
||||
</clipPath>
|
||||
<g clip-path="url(#cl_4a)">
|
||||
<g clip-path="url(#cl_28a)">
|
||||
<path fill="none" stroke="blue" stroke-width="4" stroke-miterlimit="4" d="M51.2131 232.35L51.2131 232.35L56.3611 232.215L61.5092 232.35L66.6572 232.215L71.8053 232.35L76.9533 232.399L82.1013 232.416L87.2494 229.907L92.3974 229.705L97.5455 230.844L102.694 228.817L107.842 219.856L112.99 206.068L118.138 194.677L123.286 191.404L128.434 194.899L133.582 197.675L138.73 192.911L143.878 180.74L149.026 168.095L154.174 162.356L159.322 164.526L164.47 168.353L169.618 166.056L174.766 155.495L179.914 142.093L185.062 133.934L190.21 134.267L195.358 138.537L200.506 138.543L205.654 130.05L210.803 116.576L215.951 106.268L221.099 104.307L226.247 108.252L231.395 110.18L236.543 104.084L241.691 91.2962L246.839 79.3191L251.987 74.92L257.135 79.7076L262.283 116.738L267.431 158.778L272.579 191.179L277.727 208.702L282.875 218.414L288.023 228.281L293.171 237.896L298.319 241.476L303.467 236.472L308.615 227.607L313.763 223.055L318.912 227.002L324.06 235.806L329.208 241.38L334.356 238.598L339.504 229.989L344.652 223.455L349.8 225.012L354.948 233.22L360.096 240.533L365.244 240.223L370.392 232.605L375.54 224.657L380.688 223.685L385.836 230.611L390.984 239.051L396.132 241.244L401.28 235.19L406.428 226.439L411.576 223.068L416.724 228.178"/>
|
||||
<ellipse fill="blue" cx="51.213066" cy="232.35048" rx="0.40587997" ry="0.40588379"/>
|
||||
<ellipse fill="blue" cx="56.361115" cy="232.21518" rx="0.40587997" ry="0.40588379"/>
|
||||
@@ -326,7 +326,7 @@
|
||||
<path fill="none" stroke="black" stroke-width="1" stroke-miterlimit="4" d="M32.9375 56.2415L30.9375 56.2415"/>
|
||||
<path fill="none" stroke="black" stroke-width="1" stroke-miterlimit="4" d="M32.9375 270.039L32.9375 46.2813"/>
|
||||
<path fill="none" stroke="black" stroke-width="1" stroke-miterlimit="4" d="M435 270.039L435 46.2813"/>
|
||||
<text transform="translate(233.969 31.2813)" font-size="16" font-weight="600" font-family="Segoe UI" x="-92.035156, -83.066406, -74.457031, -61.699219, -55.472656, -45.691406, -35.910156, -29.683594, -20.050781, -7.7929688, 0.52734375, 4.9414063, 11.410156, 15.824219, 27.074219, 35.253906, 50.566406, 61.816406, 67.722656, 76.925781, 86.128906, " y="-6.890625, ">
|
||||
SawtoothHF - ALMA(10)
|
||||
<text transform="translate(233.969 31.2813)" font-size="16" font-weight="600" font-family="Segoe UI" x="-132.73047, -123.76172, -115.15234, -102.39453, -96.167969, -86.386719, -76.605469, -70.378906, -60.746094, -48.488281, -40.167969, -35.753906, -29.285156, -24.871094, -13.621094, -5.4414063, 9.8710938, 21.121094, 27.027344, 36.230469, 45.433594, 49.769531, 54.183594, 63.386719, 67.722656, 76.925781, 86.128906, 90.464844, 94.878906, 104.08203, 108.41797, 117.62109, 126.82422, " y="-6.890625, ">
|
||||
SawtoothHF - ALMA(10, 0.85, 6.00)
|
||||
</text>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 31 KiB |
@@ -3,10 +3,10 @@
|
||||
<rect fill="white" width="450" height="300"/>
|
||||
<path fill="none" stroke="#010101" stroke-width="1" stroke-miterlimit="4" stroke-opacity="0.098039217" d="M58.2771 270.039L58.2771 46.2813M83.5435 270.039L83.5435 46.2813M108.81 270.039L108.81 46.2813M134.076 270.039L134.076 46.2813M159.343 270.039L159.343 46.2813M184.609 270.039L184.609 46.2813M209.876 270.039L209.876 46.2813M235.142 270.039L235.142 46.2813M260.409 270.039L260.409 46.2813M285.675 270.039L285.675 46.2813M310.942 270.039L310.942 46.2813M336.208 270.039L336.208 46.2813M361.475 270.039L361.475 46.2813M386.741 270.039L386.741 46.2813M412.008 270.039L412.008 46.2813"/>
|
||||
<path fill="none" stroke="#010101" stroke-width="1" stroke-miterlimit="4" stroke-opacity="0.098039217" d="M40.3379 255.446L435 255.446M40.3379 206.803L435 206.803M40.3379 158.16L435 158.16M40.3379 109.517L435 109.517M40.3379 60.8741L435 60.8741"/>
|
||||
<clipPath id="cl_1f">
|
||||
<clipPath id="cl_25f">
|
||||
<rect x="40.337891" y="46.28125" width="394.66211" height="223.75781"/>
|
||||
</clipPath>
|
||||
<g clip-path="url(#cl_1f)">
|
||||
<g clip-path="url(#cl_25f)">
|
||||
<path fill="none" stroke="red" stroke-width="2" stroke-miterlimit="4" d="M58.2771 158.16L58.2771 158.16L63.3304 157.187L68.3837 158.16L73.437 157.187L78.4902 158.16L83.5435 157.187L88.5968 120.219L93.6501 103.68L98.7034 88.1142L103.757 76.4399L108.81 67.6842L113.863 61.847L118.917 60.8741L123.97 63.7927L129.023 69.6299L134.076 79.3585L139.13 92.0057L144.183 107.571L149.236 126.056L154.29 144.54L159.343 163.997L164.396 183.455L169.45 200.966L174.503 217.505L179.556 232.098L184.609 242.799L189.663 250.582L194.716 254.473L199.769 255.446L204.823 251.555L209.876 243.772L214.929 233.07L219.982 219.45L225.036 202.912L230.089 185.4L235.142 165.943L240.196 146.486L245.249 128.001L250.302 110.49L255.355 93.9514L260.409 81.3042L265.462 70.6028L270.515 63.7927L275.569 60.8741L280.622 61.847L285.675 66.7113L290.729 75.4671L295.782 87.1414L300.835 101.734L305.888 118.273L310.942 136.757L315.995 156.214L321.048 174.699L326.102 194.156L331.155 210.695L336.208 226.26L341.261 238.908L346.315 247.663L351.368 253.5L356.421 255.446L361.475 253.5L366.528 247.663L371.581 237.935L376.634 225.288L381.688 210.695L386.741 193.183L391.794 174.699L396.848 155.242L401.901 135.784L406.954 117.3L412.008 100.761L417.061 86.1685"/>
|
||||
<ellipse fill="red" cx="58.277077" cy="158.16016" rx="0.40212631" ry="0.40213013"/>
|
||||
<ellipse fill="red" cx="63.330368" cy="157.18729" rx="0.40212631" ry="0.40213013"/>
|
||||
@@ -81,10 +81,10 @@
|
||||
<ellipse fill="red" cx="412.00751" cy="100.76141" rx="0.40213013" ry="0.4021225"/>
|
||||
<ellipse fill="red" cx="417.06082" cy="86.168518" rx="0.40213013" ry="0.4021225"/>
|
||||
</g>
|
||||
<clipPath id="cl_20">
|
||||
<clipPath id="cl_260">
|
||||
<rect x="40.337891" y="46.28125" width="394.66211" height="223.75781"/>
|
||||
</clipPath>
|
||||
<g clip-path="url(#cl_20)">
|
||||
<g clip-path="url(#cl_260)">
|
||||
<path fill="none" stroke="blue" stroke-width="4" stroke-miterlimit="4" d="M58.2771 157.709L58.2771 157.709L63.3304 157.638L68.3837 157.709L73.437 157.638L78.4902 157.709L83.5435 157.638L88.5968 150.191L93.6501 136.826L98.7034 119.759L103.757 102.755L108.81 88.2308L113.863 76.9045L118.917 69.1101L123.97 65.0412L129.023 64.6737L134.076 67.9986L139.13 74.8199L144.183 84.932L149.236 98.162L154.29 113.815L159.343 131.241L164.396 149.745L169.45 168.432L174.503 186.658L179.556 203.836L184.609 219.171L189.663 232.075L194.716 241.979L199.769 248.671L204.823 251.772L209.876 251.057L214.929 246.586L219.982 238.595L225.036 227.365L230.089 213.477L235.142 197.351L240.196 179.636L245.249 161.133L250.302 142.589L255.355 124.553L260.409 107.904L265.462 93.1642L270.515 80.9728L275.569 71.8566L280.622 66.2116L285.675 64.2876L290.729 66.2035L295.782 71.8069L300.835 80.8454L305.888 92.8798L310.942 107.485L315.995 124.143L321.048 142.02L326.102 160.649L331.155 179.096L336.208 196.787L341.261 213.019L346.315 227.014L351.368 238.269L356.421 246.339L361.475 250.924L366.528 251.825L371.581 248.917L376.634 242.336L381.688 232.517L386.741 219.771L391.794 204.634L396.848 187.621L401.901 169.357L406.954 150.577L412.008 132.119L417.061 114.699"/>
|
||||
<ellipse fill="blue" cx="58.277077" cy="157.70924" rx="0.40212631" ry="0.40213013"/>
|
||||
<ellipse fill="blue" cx="63.330368" cy="157.63821" rx="0.40212631" ry="0.40213013"/>
|
||||
@@ -324,7 +324,7 @@
|
||||
<path fill="none" stroke="black" stroke-width="1" stroke-miterlimit="4" d="M40.3379 51.1456L38.3379 51.1456"/>
|
||||
<path fill="none" stroke="black" stroke-width="1" stroke-miterlimit="4" d="M40.3379 270.039L40.3379 46.2813"/>
|
||||
<path fill="none" stroke="black" stroke-width="1" stroke-miterlimit="4" d="M435 270.039L435 46.2813"/>
|
||||
<text transform="translate(237.669 31.2813)" font-size="16" font-weight="600" font-family="Segoe UI" x="-61.679688, -52.710938, -48.164063, -38.484375, -29.828125, -25.414063, -18.945313, -14.53125, -3.28125, 4.8984375, 20.210938, 31.460938, 37.367188, 46.570313, 55.773438, " y="-6.890625, ">
|
||||
Sine - ALMA(10)
|
||||
<text transform="translate(237.669 31.2813)" font-size="16" font-weight="600" font-family="Segoe UI" x="-102.375, -93.40625, -88.859375, -79.179688, -70.523438, -66.109375, -59.640625, -55.226563, -43.976563, -35.796875, -20.484375, -9.234375, -3.328125, 5.875, 15.078125, 19.414063, 23.828125, 33.03125, 37.367188, 46.570313, 55.773438, 60.109375, 64.523438, 73.726563, 78.0625, 87.265625, 96.46875, " y="-6.890625, ">
|
||||
Sine - ALMA(10, 0.85, 6.00)
|
||||
</text>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
@@ -3,10 +3,10 @@
|
||||
<rect fill="white" width="450" height="300"/>
|
||||
<path fill="none" stroke="#010101" stroke-width="1" stroke-miterlimit="4" stroke-opacity="0.098039217" d="M58.2771 270.039L58.2771 46.2813M83.5435 270.039L83.5435 46.2813M108.81 270.039L108.81 46.2813M134.076 270.039L134.076 46.2813M159.343 270.039L159.343 46.2813M184.609 270.039L184.609 46.2813M209.876 270.039L209.876 46.2813M235.142 270.039L235.142 46.2813M260.409 270.039L260.409 46.2813M285.675 270.039L285.675 46.2813M310.942 270.039L310.942 46.2813M336.208 270.039L336.208 46.2813M361.475 270.039L361.475 46.2813M386.741 270.039L386.741 46.2813M412.008 270.039L412.008 46.2813"/>
|
||||
<path fill="none" stroke="#010101" stroke-width="1" stroke-miterlimit="4" stroke-opacity="0.098039217" d="M40.3379 264.905L435 264.905M40.3379 231.125L435 231.125M40.3379 197.345L435 197.345M40.3379 163.565L435 163.565M40.3379 129.785L435 129.785M40.3379 96.0052L435 96.0052M40.3379 62.2253L435 62.2253"/>
|
||||
<clipPath id="cl_4f">
|
||||
<clipPath id="cl_28f">
|
||||
<rect x="40.337891" y="46.28125" width="394.66211" height="223.75781"/>
|
||||
</clipPath>
|
||||
<g clip-path="url(#cl_4f)">
|
||||
<g clip-path="url(#cl_28f)">
|
||||
<path fill="none" stroke="red" stroke-width="2" stroke-miterlimit="4" d="M58.2771 177.077L58.2771 177.077L63.3304 150.053L68.3837 177.077L73.437 150.053L78.4902 177.077L83.5435 163.565L88.5968 163.565L93.6501 123.705L98.7034 107.49L103.757 113.571L108.81 129.785L113.863 102.086L118.917 71.6837L123.97 100.734L129.023 104.788L134.076 123.029L139.13 137.892L144.183 110.868L149.236 127.758L154.29 135.19L159.343 154.107L164.396 162.889L169.45 193.967L174.503 211.532L179.556 230.449L184.609 231.125L189.663 255.446L194.716 245.988L199.769 235.854L204.823 242.61L209.876 201.398L214.929 227.747L219.982 238.556L225.036 174.374L230.089 151.404L235.142 182.482L240.196 120.327L245.249 197.345L250.302 147.351L255.355 133.163L260.409 118.3L265.462 114.922L270.515 85.8712L275.569 60.8741L280.622 77.0885L285.675 70.3325L290.729 93.9784L295.782 195.318L300.835 98.7076L305.888 119.651L310.942 144.648L315.995 143.297L321.048 152.08L326.102 168.294L331.155 208.83L336.208 198.02L341.261 253.419L346.315 185.86L351.368 254.095L356.421 216.262L361.475 245.312L366.528 209.506L371.581 192.616L376.634 201.398L381.688 222.342L386.741 226.395L391.794 190.589L396.848 128.434L401.901 156.809L406.954 83.8445L412.008 83.8445L417.061 72.3593"/>
|
||||
<ellipse fill="red" cx="58.277077" cy="177.07687" rx="0.40212631" ry="0.40213013"/>
|
||||
<ellipse fill="red" cx="63.330368" cy="150.05298" rx="0.40212631" ry="0.40213013"/>
|
||||
@@ -81,10 +81,10 @@
|
||||
<ellipse fill="red" cx="412.00751" cy="83.844452" rx="0.40213013" ry="0.4021225"/>
|
||||
<ellipse fill="red" cx="417.06082" cy="72.359299" rx="0.40213013" ry="0.4021225"/>
|
||||
</g>
|
||||
<clipPath id="cl_50">
|
||||
<clipPath id="cl_290">
|
||||
<rect x="40.337891" y="46.28125" width="394.66211" height="223.75781"/>
|
||||
</clipPath>
|
||||
<g clip-path="url(#cl_50)">
|
||||
<g clip-path="url(#cl_290)">
|
||||
<path fill="none" stroke="blue" stroke-width="4" stroke-miterlimit="4" d="M58.2771 164.552L58.2771 164.552L63.3304 162.578L68.3837 164.552L73.437 162.578L78.4902 164.552L83.5435 165.256L88.5968 165.51L93.6501 157.166L98.7034 142.505L103.757 128.681L108.81 122.471L113.863 117.011L118.917 106.426L123.97 99.5145L129.023 97.0023L134.076 102.259L139.13 113.081L144.183 118.416L149.236 122.202L154.29 125.487L159.343 132.644L164.396 142.595L169.45 157.928L174.503 176.061L179.556 195.667L184.609 211.816L189.663 227.349L194.716 237.588L199.769 241.443L204.823 242.394L209.876 233.9L214.929 227.942L219.982 226.921L225.036 217.124L230.089 199.402L235.142 185.883L240.196 166.531L245.249 164.514L250.302 161.413L255.355 155.802L260.409 145.035L265.462 132.904L270.515 117.775L275.569 99.6671L280.622 86.4498L285.675 77.4551L290.729 77.8017L295.782 102.552L300.835 116.035L305.888 123.723L310.942 128.494L315.995 132.452L321.048 138.885L326.102 148.13L331.155 164.552L336.208 179.494L341.261 201.428L346.315 208.518L351.368 219.768L356.421 223.016L361.475 228.881L366.528 227.568L371.581 219.536L376.634 210.933L381.688 208.747L386.741 212.364L391.794 211.107L396.848 193.8L401.901 175.976L406.954 148.143L412.008 122.712L417.061 100.932"/>
|
||||
<ellipse fill="blue" cx="58.277077" cy="164.55161" rx="0.40212631" ry="0.40213013"/>
|
||||
<ellipse fill="blue" cx="63.330368" cy="162.57828" rx="0.40212631" ry="0.40213013"/>
|
||||
@@ -340,7 +340,7 @@
|
||||
<path fill="none" stroke="black" stroke-width="1" stroke-miterlimit="4" d="M40.3379 48.7134L38.3379 48.7134"/>
|
||||
<path fill="none" stroke="black" stroke-width="1" stroke-miterlimit="4" d="M40.3379 270.039L40.3379 46.2813"/>
|
||||
<path fill="none" stroke="black" stroke-width="1" stroke-miterlimit="4" d="M435 270.039L435 46.2813"/>
|
||||
<text transform="translate(237.669 31.2813)" font-size="16" font-weight="600" font-family="Segoe UI" x="-67.367188, -58.398438, -53.851563, -44.171875, -35.515625, -24.140625, -19.726563, -13.257813, -8.84375, 2.40625, 10.585938, 25.898438, 37.148438, 43.054688, 52.257813, 61.460938, " y="-6.890625, ">
|
||||
SineG - ALMA(10)
|
||||
<text transform="translate(237.669 31.2813)" font-size="16" font-weight="600" font-family="Segoe UI" x="-108.0625, -99.09375, -94.546875, -84.867188, -76.210938, -64.835938, -60.421875, -53.953125, -49.539063, -38.289063, -30.109375, -14.796875, -3.546875, 2.359375, 11.5625, 20.765625, 25.101563, 29.515625, 38.71875, 43.054688, 52.257813, 61.460938, 65.796875, 70.210938, 79.414063, 83.75, 92.953125, 102.15625, " y="-6.890625, ">
|
||||
SineG - ALMA(10, 0.85, 6.00)
|
||||
</text>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
@@ -3,10 +3,10 @@
|
||||
<rect fill="white" width="450" height="300"/>
|
||||
<path fill="none" stroke="#010101" stroke-width="1" stroke-miterlimit="4" stroke-opacity="0.098039217" d="M53.6964 270.039L53.6964 46.2813M79.2701 270.039L79.2701 46.2813M104.844 270.039L104.844 46.2813M130.417 270.039L130.417 46.2813M155.991 270.039L155.991 46.2813M181.565 270.039L181.565 46.2813M207.138 270.039L207.138 46.2813M232.712 270.039L232.712 46.2813M258.286 270.039L258.286 46.2813M283.86 270.039L283.86 46.2813M309.433 270.039L309.433 46.2813M335.007 270.039L335.007 46.2813M360.581 270.039L360.581 46.2813M386.154 270.039L386.154 46.2813M411.728 270.039L411.728 46.2813"/>
|
||||
<path fill="none" stroke="#010101" stroke-width="1" stroke-miterlimit="4" stroke-opacity="0.098039217" d="M35.5391 255.446L435 255.446M35.5391 216.532L435 216.532M35.5391 177.617L435 177.617M35.5391 138.703L435 138.703M35.5391 99.7886L435 99.7886M35.5391 60.8741L435 60.8741"/>
|
||||
<clipPath id="cl_7">
|
||||
<clipPath id="cl_247">
|
||||
<rect x="35.539063" y="46.28125" width="399.46094" height="223.75781"/>
|
||||
</clipPath>
|
||||
<g clip-path="url(#cl_7)">
|
||||
<g clip-path="url(#cl_247)">
|
||||
<path fill="none" stroke="red" stroke-width="2" stroke-miterlimit="4" d="M53.6964 255.446L53.6964 255.446L58.8111 253.5L63.9258 255.446L69.0406 253.5L74.1553 255.446L79.2701 253.5L84.3848 255.446L89.4995 255.446L94.6143 255.446L99.729 255.446L104.844 255.446L109.958 255.446L115.073 255.446L120.188 255.446L125.303 255.446L130.417 255.446L135.532 255.446L140.647 255.446L145.762 255.446L150.876 255.446L155.991 255.446L161.106 255.446L166.221 255.446L171.335 255.446L176.45 255.446L181.565 255.446L186.68 255.446L191.794 255.446L196.909 255.446L202.024 255.446L207.138 255.446L212.253 255.446L217.368 255.446L222.483 255.446L227.597 255.446L232.712 255.446L237.827 255.446L242.942 255.446L248.056 255.446L253.171 60.8741L258.286 255.446L263.401 255.446L268.515 255.446L273.63 255.446L278.745 255.446L283.86 255.446L288.974 255.446L294.089 255.446L299.204 255.446L304.318 255.446L309.433 255.446L314.548 255.446L319.663 255.446L324.777 255.446L329.892 255.446L335.007 255.446L340.122 255.446L345.236 255.446L350.351 255.446L355.466 255.446L360.581 255.446L365.695 255.446L370.81 255.446L375.925 255.446L381.04 255.446L386.154 255.446L391.269 255.446L396.384 255.446L401.498 255.446L406.613 255.446L411.728 255.446L416.843 255.446"/>
|
||||
<ellipse fill="red" cx="53.696381" cy="255.44617" rx="0.4045639" ry="0.40455627"/>
|
||||
<ellipse fill="red" cx="58.811115" cy="253.50044" rx="0.4045639" ry="0.40455627"/>
|
||||
@@ -81,10 +81,10 @@
|
||||
<ellipse fill="red" cx="411.72794" cy="255.44617" rx="0.40457153" ry="0.40455627"/>
|
||||
<ellipse fill="red" cx="416.84268" cy="255.44617" rx="0.40457153" ry="0.40455627"/>
|
||||
</g>
|
||||
<clipPath id="cl_8">
|
||||
<clipPath id="cl_248">
|
||||
<rect x="35.539063" y="46.28125" width="399.46094" height="223.75781"/>
|
||||
</clipPath>
|
||||
<g clip-path="url(#cl_8)">
|
||||
<g clip-path="url(#cl_248)">
|
||||
<path fill="none" stroke="blue" stroke-width="4" stroke-miterlimit="4" d="M53.6964 254.544L53.6964 254.544L58.8111 254.402L63.9258 254.544L69.0406 254.402L74.1553 254.544L79.2701 254.402L84.3848 254.544L89.4995 254.788L94.6143 255.068L99.729 255.284L104.844 255.396L109.958 255.435L115.073 255.444L120.188 255.446L125.303 255.446L130.417 255.446L135.532 255.446L140.647 255.446L145.762 255.446L150.876 255.446L155.991 255.446L161.106 255.446L166.221 255.446L171.335 255.446L176.45 255.446L181.565 255.446L186.68 255.446L191.794 255.446L196.909 255.446L202.024 255.446L207.138 255.446L212.253 255.446L217.368 255.446L222.483 255.446L227.597 255.446L232.712 255.446L237.827 255.446L242.942 255.446L248.056 255.446L253.171 216.892L258.286 203.09L263.401 205.842L268.515 222.658L273.63 240.325L278.745 250.581L283.86 254.354L288.974 255.275L294.089 255.427L299.204 255.445L304.318 255.446L309.433 255.446L314.548 255.446L319.663 255.446L324.777 255.446L329.892 255.446L335.007 255.446L340.122 255.446L345.236 255.446L350.351 255.446L355.466 255.446L360.581 255.446L365.695 255.446L370.81 255.446L375.925 255.446L381.04 255.446L386.154 255.446L391.269 255.446L396.384 255.446L401.498 255.446L406.613 255.446L411.728 255.446L416.843 255.446"/>
|
||||
<ellipse fill="blue" cx="53.696381" cy="254.54434" rx="0.4045639" ry="0.40455627"/>
|
||||
<ellipse fill="blue" cx="58.811115" cy="254.40227" rx="0.4045639" ry="0.40455627"/>
|
||||
@@ -332,7 +332,7 @@
|
||||
<path fill="none" stroke="black" stroke-width="1" stroke-miterlimit="4" d="M35.5391 53.0913L33.5391 53.0913"/>
|
||||
<path fill="none" stroke="black" stroke-width="1" stroke-miterlimit="4" d="M35.5391 270.039L35.5391 46.2813"/>
|
||||
<path fill="none" stroke="black" stroke-width="1" stroke-miterlimit="4" d="M435 270.039L435 46.2813"/>
|
||||
<text transform="translate(235.27 31.2813)" font-size="16" font-weight="600" font-family="Segoe UI" x="-66.273438, -57.304688, -47.382813, -42.835938, -33.890625, -25.234375, -20.820313, -14.351563, -9.9375, 1.3125, 9.4921875, 24.804688, 36.054688, 41.960938, 51.164063, 60.367188, " y="-6.890625, ">
|
||||
Spike - ALMA(10)
|
||||
<text transform="translate(235.27 31.2813)" font-size="16" font-weight="600" font-family="Segoe UI" x="-106.96875, -98, -88.078125, -83.53125, -74.585938, -65.929688, -61.515625, -55.046875, -50.632813, -39.382813, -31.203125, -15.890625, -4.640625, 1.265625, 10.46875, 19.671875, 24.007813, 28.421875, 37.625, 41.960938, 51.164063, 60.367188, 64.703125, 69.117188, 78.320313, 82.65625, 91.859375, 101.0625, " y="-6.890625, ">
|
||||
Spike - ALMA(10, 0.85, 6.00)
|
||||
</text>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
@@ -3,10 +3,10 @@
|
||||
<rect fill="white" width="450" height="300"/>
|
||||
<path fill="none" stroke="#010101" stroke-width="1" stroke-miterlimit="4" stroke-opacity="0.098039217" d="M51.2131 270.039L51.2131 46.2813M76.9533 270.039L76.9533 46.2813M102.694 270.039L102.694 46.2813M128.434 270.039L128.434 46.2813M154.174 270.039L154.174 46.2813M179.914 270.039L179.914 46.2813M205.654 270.039L205.654 46.2813M231.395 270.039L231.395 46.2813M257.135 270.039L257.135 46.2813M282.875 270.039L282.875 46.2813M308.615 270.039L308.615 46.2813M334.356 270.039L334.356 46.2813M360.096 270.039L360.096 46.2813M385.836 270.039L385.836 46.2813M411.576 270.039L411.576 46.2813"/>
|
||||
<path fill="none" stroke="#010101" stroke-width="1" stroke-miterlimit="4" stroke-opacity="0.098039217" d="M32.9375 255.446L435 255.446M32.9375 226.833L435 226.833M32.9375 198.219L435 198.219M32.9375 169.606L435 169.606M32.9375 140.992L435 140.992M32.9375 112.379L435 112.379M32.9375 83.765L435 83.765M32.9375 55.1514L435 55.1514"/>
|
||||
<clipPath id="cl_13">
|
||||
<clipPath id="cl_253">
|
||||
<rect x="32.9375" y="46.28125" width="402.0625" height="223.75781"/>
|
||||
</clipPath>
|
||||
<g clip-path="url(#cl_13)">
|
||||
<g clip-path="url(#cl_253)">
|
||||
<path fill="none" stroke="red" stroke-width="2" stroke-miterlimit="4" d="M51.2131 255.446L51.2131 255.446L56.3611 255.389L61.5092 255.446L66.6572 255.389L71.8053 255.446L76.9533 255.389L82.1013 249.723L87.2494 244.001L92.3974 238.278L97.5455 232.555L102.694 226.833L107.842 221.11L112.99 215.387L118.138 209.665L123.286 203.942L128.434 198.219L133.582 192.496L138.73 186.774L143.878 181.051L149.026 175.328L154.174 169.606L159.322 163.883L164.47 158.16L169.618 152.437L174.766 146.715L179.914 140.992L185.062 135.269L190.21 129.547L195.358 123.824L200.506 118.101L205.654 112.379L210.803 106.656L215.951 100.933L221.099 95.2104L226.247 89.4877L231.395 83.765L236.543 78.0423L241.691 72.3196L246.839 66.5969L251.987 60.8741L257.135 66.5969L262.283 72.3196L267.431 78.0423L272.579 83.765L277.727 89.4877L282.875 95.2104L288.023 100.933L293.171 106.656L298.319 112.379L303.467 118.101L308.615 123.824L313.763 129.547L318.912 135.269L324.06 140.992L329.208 146.715L334.356 152.437L339.504 158.16L344.652 163.883L349.8 169.606L354.948 175.328L360.096 181.051L365.244 186.774L370.392 192.496L375.54 198.219L380.688 203.942L385.836 209.665L390.984 215.387L396.132 221.11L401.28 226.833L406.428 232.555L411.576 238.278L416.724 244.001"/>
|
||||
<ellipse fill="red" cx="51.213066" cy="255.44617" rx="0.40587997" ry="0.40588379"/>
|
||||
<ellipse fill="red" cx="56.361115" cy="255.38893" rx="0.40587997" ry="0.40588379"/>
|
||||
@@ -81,10 +81,10 @@
|
||||
<ellipse fill="red" cx="411.57639" cy="238.27805" rx="0.40588379" ry="0.40588379"/>
|
||||
<ellipse fill="red" cx="416.72443" cy="244.00075" rx="0.40588379" ry="0.40588379"/>
|
||||
</g>
|
||||
<clipPath id="cl_14">
|
||||
<clipPath id="cl_254">
|
||||
<rect x="32.9375" y="46.28125" width="402.0625" height="223.75781"/>
|
||||
</clipPath>
|
||||
<g clip-path="url(#cl_14)">
|
||||
<g clip-path="url(#cl_254)">
|
||||
<path fill="none" stroke="blue" stroke-width="4" stroke-miterlimit="4" d="M51.2131 255.42L51.2131 255.42L56.3611 255.415L61.5092 255.42L66.6572 255.415L71.8053 255.42L76.9533 255.415L82.1013 254.286L87.2494 251.619L92.3974 247.494L97.5455 242.404L102.694 236.865L107.842 231.181L112.99 225.464L118.138 219.742L123.286 214.02L128.434 208.297L133.582 202.574L138.73 196.852L143.878 191.129L149.026 185.406L154.174 179.683L159.322 173.961L164.47 168.238L169.618 162.515L174.766 156.793L179.914 151.07L185.062 145.347L190.21 139.625L195.358 133.902L200.506 128.179L205.654 122.456L210.803 116.734L215.951 111.011L221.099 105.288L226.247 99.5656L231.395 93.8429L236.543 88.1202L241.691 82.3975L246.839 76.6748L251.987 70.9521L257.135 67.4973L262.283 67.1223L267.431 69.6651L272.579 74.1367L277.727 79.4978L282.875 85.145L288.023 90.8564L293.171 96.578L298.319 102.301L303.467 108.023L308.615 113.746L313.763 119.469L318.912 125.191L324.06 130.914L329.208 136.637L334.356 142.36L339.504 148.082L344.652 153.805L349.8 159.528L354.948 165.25L360.096 170.973L365.244 176.696L370.392 182.418L375.54 188.141L380.688 193.864L385.836 199.587L390.984 205.309L396.132 211.032L401.28 216.755L406.428 222.477L411.576 228.2L416.724 233.923"/>
|
||||
<ellipse fill="blue" cx="51.213066" cy="255.41963" rx="0.40587997" ry="0.40588379"/>
|
||||
<ellipse fill="blue" cx="56.361115" cy="255.41547" rx="0.40587997" ry="0.40588379"/>
|
||||
@@ -349,7 +349,7 @@
|
||||
<path fill="none" stroke="black" stroke-width="1" stroke-miterlimit="4" d="M32.9375 49.4287L30.9375 49.4287"/>
|
||||
<path fill="none" stroke="black" stroke-width="1" stroke-miterlimit="4" d="M32.9375 270.039L32.9375 46.2813"/>
|
||||
<path fill="none" stroke="black" stroke-width="1" stroke-miterlimit="4" d="M435 270.039L435 46.2813"/>
|
||||
<text transform="translate(233.969 31.2813)" font-size="16" font-weight="600" font-family="Segoe UI" x="-76.597656, -67.222656, -60.855469, -56.308594, -47.699219, -38.019531, -28.113281, -23.566406, -14.910156, -10.496094, -4.0273438, 0.38671875, 11.636719, 19.816406, 35.128906, 46.378906, 52.285156, 61.488281, 70.691406, " y="-6.890625, ">
|
||||
Triangle - ALMA(10)
|
||||
<text transform="translate(233.969 31.2813)" font-size="16" font-weight="600" font-family="Segoe UI" x="-117.29297, -107.91797, -101.55078, -97.003906, -88.394531, -78.714844, -68.808594, -64.261719, -55.605469, -51.191406, -44.722656, -40.308594, -29.058594, -20.878906, -5.5664063, 5.6835938, 11.589844, 20.792969, 29.996094, 34.332031, 38.746094, 47.949219, 52.285156, 61.488281, 70.691406, 75.027344, 79.441406, 88.644531, 92.980469, 102.18359, 111.38672, " y="-6.890625, ">
|
||||
Triangle - ALMA(10, 0.85, 6.00)
|
||||
</text>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 33 KiB |
@@ -3,10 +3,10 @@
|
||||
<rect fill="white" width="450" height="300"/>
|
||||
<path fill="none" stroke="#010101" stroke-width="1" stroke-miterlimit="4" stroke-opacity="0.098039217" d="M58.2771 270.039L58.2771 46.2813M83.5435 270.039L83.5435 46.2813M108.81 270.039L108.81 46.2813M134.076 270.039L134.076 46.2813M159.343 270.039L159.343 46.2813M184.609 270.039L184.609 46.2813M209.876 270.039L209.876 46.2813M235.142 270.039L235.142 46.2813M260.409 270.039L260.409 46.2813M285.675 270.039L285.675 46.2813M310.942 270.039L310.942 46.2813M336.208 270.039L336.208 46.2813M361.475 270.039L361.475 46.2813M386.741 270.039L386.741 46.2813M412.008 270.039L412.008 46.2813"/>
|
||||
<path fill="none" stroke="#010101" stroke-width="1" stroke-miterlimit="4" stroke-opacity="0.098039217" d="M40.3379 234.965L435 234.965M40.3379 194.002L435 194.002M40.3379 153.04L435 153.04M40.3379 112.077L435 112.077M40.3379 71.1148L435 71.1148"/>
|
||||
<clipPath id="cl_2b">
|
||||
<clipPath id="cl_26b">
|
||||
<rect x="40.337891" y="46.28125" width="394.66211" height="223.75781"/>
|
||||
</clipPath>
|
||||
<g clip-path="url(#cl_2b)">
|
||||
<g clip-path="url(#cl_26b)">
|
||||
<path fill="none" stroke="red" stroke-width="2" stroke-miterlimit="4" d="M58.2771 234.965L58.2771 234.965L63.3304 71.1148L68.3837 234.965L73.437 71.1148L78.4902 234.965L83.5435 71.1148L88.5968 146.895L93.6501 234.965L98.7034 249.302L103.757 114.125L108.81 234.965L113.863 200.147L118.917 89.5479L123.97 69.0667L129.023 114.125L134.076 120.27L139.13 255.446L144.183 216.532L149.236 196.051L154.29 101.837L159.343 116.174L164.396 251.35L169.45 173.521L174.503 75.211L179.556 93.6442L184.609 230.869L189.663 169.425L194.716 196.051L199.769 83.4035L204.823 150.992L209.876 247.254L214.929 95.6923L219.982 251.35L225.036 130.51L230.089 148.944L235.142 228.821L240.196 114.125L245.249 194.002L250.302 132.559L255.355 103.885L260.409 136.655L265.462 198.099L270.515 177.617L275.569 122.318L280.622 79.3073L285.675 241.109L290.729 159.184L295.782 218.58L300.835 60.8741L305.888 255.446L310.942 161.232L315.995 161.232L321.048 169.425L326.102 189.906L331.155 126.414L336.208 220.628L341.261 191.954L346.315 79.3073L351.368 232.917L356.421 112.077L361.475 216.532L366.528 95.6923L371.581 179.665L376.634 167.377L381.688 212.436L386.741 77.2592L391.794 146.895L396.848 204.243L401.901 165.329L406.954 214.484L412.008 169.425L417.061 171.473"/>
|
||||
<ellipse fill="red" cx="58.277077" cy="234.9649" rx="0.40212631" ry="0.40213013"/>
|
||||
<ellipse fill="red" cx="63.330368" cy="71.114777" rx="0.40212631" ry="0.4021225"/>
|
||||
@@ -81,10 +81,10 @@
|
||||
<ellipse fill="red" cx="412.00751" cy="169.42485" rx="0.40213013" ry="0.40213013"/>
|
||||
<ellipse fill="red" cx="417.06082" cy="171.47298" rx="0.40213013" ry="0.40213013"/>
|
||||
</g>
|
||||
<clipPath id="cl_2c">
|
||||
<clipPath id="cl_26c">
|
||||
<rect x="40.337891" y="46.28125" width="394.66211" height="223.75781"/>
|
||||
</clipPath>
|
||||
<g clip-path="url(#cl_2c)">
|
||||
<g clip-path="url(#cl_26c)">
|
||||
<path fill="none" stroke="blue" stroke-width="4" stroke-miterlimit="4" d="M58.2771 159.022L58.2771 159.022L63.3304 147.058L68.3837 159.022L73.437 147.058L78.4902 159.022L83.5435 147.058L88.5968 141.571L93.6501 155.826L98.7034 183.5L103.757 186.369L108.81 195.018L113.863 196.538L118.917 176.893L123.97 144.961L129.023 120.49L134.076 109.551L139.13 137.121L144.183 170.485L149.236 193.801L154.29 183.869L159.343 160.462L164.396 164.062L169.45 170.996L174.503 159.519L179.556 138.278L184.609 142.564L189.663 152.774L194.716 170.782L199.769 161.743L204.823 151.776L209.876 163.472L214.929 158.9L219.982 176.58L225.036 174.648L230.089 168.485L235.142 175.607L240.196 167.606L245.249 169.782L250.302 162.482L255.355 147.416L260.409 137.085L265.462 144.207L270.515 156.854L275.569 158.163L280.622 141.437L285.675 149.762L290.729 156.881L295.782 176.168L300.835 162.498L305.888 171.129L310.942 172.008L315.995 173.117L321.048 172.417L326.102 174.258L331.155 165.981L336.208 172.769L341.261 179.968L346.315 164.982L351.368 169.291L356.421 158.986L361.475 167.136L366.528 157.381L371.581 156.808L376.634 157.565L381.688 170.089L386.741 159.113L391.794 149.952L396.848 153.732L401.901 159.995L406.954 176.235L412.008 182.557L417.061 182.291"/>
|
||||
<ellipse fill="blue" cx="58.277077" cy="159.02216" rx="0.40212631" ry="0.40213013"/>
|
||||
<ellipse fill="blue" cx="63.330368" cy="147.05753" rx="0.40212631" ry="0.40213013"/>
|
||||
@@ -329,7 +329,7 @@
|
||||
<path fill="none" stroke="black" stroke-width="1" stroke-miterlimit="4" d="M40.3379 46.5373L38.3379 46.5373"/>
|
||||
<path fill="none" stroke="black" stroke-width="1" stroke-miterlimit="4" d="M40.3379 270.039L40.3379 46.2813"/>
|
||||
<path fill="none" stroke="black" stroke-width="1" stroke-miterlimit="4" d="M435 270.039L435 46.2813"/>
|
||||
<text transform="translate(237.669 31.2813)" font-size="16" font-weight="600" font-family="Segoe UI" x="-68.324219, -52.246094, -42.613281, -38.066406, -31.839844, -23.183594, -18.769531, -12.300781, -7.8867188, 3.3632813, 11.542969, 26.855469, 38.105469, 44.011719, 53.214844, 62.417969, " y="-6.890625, ">
|
||||
White - ALMA(10)
|
||||
<text transform="translate(237.669 31.2813)" font-size="16" font-weight="600" font-family="Segoe UI" x="-109.01953, -92.941406, -83.308594, -78.761719, -72.535156, -63.878906, -59.464844, -52.996094, -48.582031, -37.332031, -29.152344, -13.839844, -2.5898438, 3.3164063, 12.519531, 21.722656, 26.058594, 30.472656, 39.675781, 44.011719, 53.214844, 62.417969, 66.753906, 71.167969, 80.371094, 84.707031, 93.910156, 103.11328, " y="-6.890625, ">
|
||||
White - ALMA(10, 0.85, 6.00)
|
||||
</text>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |