diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml
new file mode 100644
index 0000000..a55e7a1
--- /dev/null
+++ b/.idea/codeStyles/codeStyleConfig.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/renderer/RendererResImage.js b/src/components/renderer/RendererResImage.js
index f3c4887..6633206 100644
--- a/src/components/renderer/RendererResImage.js
+++ b/src/components/renderer/RendererResImage.js
@@ -11,6 +11,8 @@ function listPoints(qrcode, params) {
const pointList = new Array(nCount);
let alignType = params[1];
let timingType = params[2];
+ let otherColor = params[3];
+ let posColor = params[4];
let id = 0;
for (let x = 0; x < nCount; x++) {
@@ -19,21 +21,21 @@ function listPoints(qrcode, params) {
if (typeTable[x][y] == QRPointType.ALIGN_CENTER || typeTable[x][y] == QRPointType.ALIGN_OTHER) {
if (qrcode.isDark(x, y)) {
if (alignType === 2) {
- pointList.push(