mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-01-03 19:44:12 +00:00
Add comments
This commit is contained in:
parent
b66af49137
commit
22ef305e81
@ -7,10 +7,10 @@ import { Injectable } from '@angular/core';
|
|||||||
@Injectable()
|
@Injectable()
|
||||||
export class QtDasharrayFixer {
|
export class QtDasharrayFixer {
|
||||||
static MAPPING = {
|
static MAPPING = {
|
||||||
'25, 25': '10, 2',
|
'25, 25': '10, 2', // Dash
|
||||||
'5, 25': '4, 2',
|
'5, 25': '4, 2', // Dot
|
||||||
'5, 25, 25': '5, 5, 1, 5',
|
'5, 25, 25': '5, 5, 1, 5', // Dash Dot
|
||||||
'25, 25, 5, 25, 5': '5, 2, 5, 2, 5',
|
'25, 25, 5, 25, 5': '5, 2, 5, 2, 5', // Dash Dot Dot
|
||||||
};
|
};
|
||||||
|
|
||||||
public fix(dasharray: string): string {
|
public fix(dasharray: string): string {
|
||||||
|
Loading…
Reference in New Issue
Block a user