Skip to content

Commit 5b05984

Browse files
committed
【bug】代码缺少 rgb += ")",导致ie11中不能正常处理这种错误
review by yangtt
1 parent 3da90ec commit 5b05984

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/openlayers/core/StyleUtils.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -953,6 +953,7 @@ export class StyleUtils {
953953
index === 3 ? rgb += color : rgb += color + ',';
954954
});
955955
}
956+
rgb += ")"
956957
return rgb;
957958
}
958959

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy